Packageardisia.components.captcha.themes.spark.skins
Classpublic class CaptchaVisualSkin
InheritanceCaptchaVisualSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  bitmapImagePart : BitmapImage
fill the available space / use for perlin noise
CaptchaVisualSkin
  displacementFilterPart : DisplacementMapFilterFixed
CaptchaVisualSkin
  displayLabelPart : Label
center
CaptchaVisualSkin
  dropShadowFilterPart : DropShadowFilter
CaptchaVisualSkin
  hostComponent : CaptchaVisual
CaptchaVisualSkin
  polyLineStrokePart : SolidColorStroke
CaptchaVisualSkin
Protected Properties
 PropertyDefined By
  paddingDirty : Boolean
CaptchaVisualSkin
Public Methods
 MethodDefined By
  
Constructor.
CaptchaVisualSkin
  
styleChanged(styleProp:String):void
[override]
CaptchaVisualSkin
Protected Methods
 MethodDefined By
  
[override]
CaptchaVisualSkin
  
CaptchaVisualSkin
Property Detail
bitmapImagePartproperty
public var bitmapImagePart:BitmapImage

fill the available space / use for perlin noise

This property can be used as the source for data binding.

displacementFilterPartproperty 
public var displacementFilterPart:DisplacementMapFilterFixed

This property can be used as the source for data binding.

displayLabelPartproperty 
public var displayLabelPart:Label

center

This property can be used as the source for data binding.

dropShadowFilterPartproperty 
public var dropShadowFilterPart:DropShadowFilter

This property can be used as the source for data binding.

hostComponentproperty 
public var hostComponent:CaptchaVisual

This property can be used as the source for data binding.

paddingDirtyproperty 
protected var paddingDirty:Boolean

polyLineStrokePartproperty 
public var polyLineStrokePart:SolidColorStroke

This property can be used as the source for data binding.

Constructor Detail
CaptchaVisualSkin()Constructor
public function CaptchaVisualSkin()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void

styleChanged()method 
override public function styleChanged(styleProp:String):void

Parameters

styleProp:String

updatePadding()method 
protected function updatePadding():void