Package | ardisia.components.captcha.themes.spark.skins |
Class | public class CaptchaVisualSkin |
Inheritance | CaptchaVisualSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined 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 |
Property | Defined By | ||
---|---|---|---|
paddingDirty : Boolean | CaptchaVisualSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | CaptchaVisualSkin | ||
styleChanged(styleProp:String):void [override] | CaptchaVisualSkin |
Method | Defined By | ||
---|---|---|---|
commitProperties():void [override] | CaptchaVisualSkin | ||
updatePadding():void | CaptchaVisualSkin |
bitmapImagePart | property |
public var bitmapImagePart:BitmapImage
fill the available space / use for perlin noise
This property can be used as the source for data binding.
displacementFilterPart | property |
public var displacementFilterPart:DisplacementMapFilterFixed
This property can be used as the source for data binding.
displayLabelPart | property |
public var displayLabelPart:Label
center
This property can be used as the source for data binding.
dropShadowFilterPart | property |
public var dropShadowFilterPart:DropShadowFilter
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:CaptchaVisual
This property can be used as the source for data binding.
paddingDirty | property |
protected var paddingDirty:Boolean
polyLineStrokePart | property |
public var polyLineStrokePart:SolidColorStroke
This property can be used as the source for data binding.
CaptchaVisualSkin | () | Constructor |
public function CaptchaVisualSkin()
Constructor.
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