| 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:BitmapImagefill the available space / use for perlin noise
This property can be used as the source for data binding.
| displacementFilterPart | property |
public var displacementFilterPart:DisplacementMapFilterFixedThis property can be used as the source for data binding.
| displayLabelPart | property |
public var displayLabelPart:Labelcenter
This property can be used as the source for data binding.
| dropShadowFilterPart | property |
public var dropShadowFilterPart:DropShadowFilterThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:CaptchaVisualThis property can be used as the source for data binding.
| paddingDirty | property |
protected var paddingDirty:Boolean| polyLineStrokePart | property |
public var polyLineStrokePart:SolidColorStrokeThis 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):voidParameters
styleProp:String |
| updatePadding | () | method |
protected function updatePadding():void