| Package | ardisia.components.graphicsEditor.themes.spark.skins |
| Class | public class GraphicsEditorSkin |
| Inheritance | GraphicsEditorSkin spark.components.supportClasses.Skin |
| Implements | mx.core.IStateClient2 |
Default MXML PropertymxmlContent
| Property | Defined By | ||
|---|---|---|---|
| border : Rect border | GraphicsEditorSkin | ||
| canvasBackgroundPart : CanvasBackground | GraphicsEditorSkin | ||
| canvasPart : Group | GraphicsEditorSkin | ||
| cropLassoFactoryPart : ClassFactory | GraphicsEditorSkin | ||
| hoverIndicatorFactoryPart : ClassFactory | GraphicsEditorSkin | ||
| resizeCursorFactoryPart : ClassFactory can not exceed 32 pixels square including filter | GraphicsEditorSkin | ||
| scrollerPart : Scroller | GraphicsEditorSkin | ||
| selectionIndicatorFactoryPart : ClassFactory | GraphicsEditorSkin | ||
| selectionLassoFactoryPart : ClassFactory | GraphicsEditorSkin | ||
| stroke : SolidColorStroke | GraphicsEditorSkin | ||
| transformPipFactoryPart : ClassFactory | GraphicsEditorSkin | ||
| viewportPart : MouseEnabledGroup | GraphicsEditorSkin | ||
| Property | Defined By | ||
|---|---|---|---|
| _borderAlpha : Number | GraphicsEditorSkin | ||
| _borderColor : uint | GraphicsEditorSkin | ||
| _borderVisible : Boolean | GraphicsEditorSkin | ||
| stylesDirty : Boolean | GraphicsEditorSkin | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | GraphicsEditorSkin | ||
styleChanged(styleProp:String):void [override] | GraphicsEditorSkin | ||
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | GraphicsEditorSkin | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | GraphicsEditorSkin | ||
| _borderAlpha | property |
protected var _borderAlpha:Number| _borderColor | property |
protected var _borderColor:uint| _borderVisible | property |
protected var _borderVisible:Boolean| border | property |
public var border:Rectborder
This property can be used as the source for data binding.
| canvasBackgroundPart | property |
public var canvasBackgroundPart:CanvasBackgroundThis property can be used as the source for data binding.
| canvasPart | property |
public var canvasPart:GroupThis property can be used as the source for data binding.
| cropLassoFactoryPart | property |
public var cropLassoFactoryPart:ClassFactoryThis property can be used as the source for data binding.
| hoverIndicatorFactoryPart | property |
public var hoverIndicatorFactoryPart:ClassFactoryThis property can be used as the source for data binding.
| resizeCursorFactoryPart | property |
public var resizeCursorFactoryPart:ClassFactorycan not exceed 32 pixels square including filter
This property can be used as the source for data binding.
| scrollerPart | property |
public var scrollerPart:ScrollerThis property can be used as the source for data binding.
| selectionIndicatorFactoryPart | property |
public var selectionIndicatorFactoryPart:ClassFactoryThis property can be used as the source for data binding.
| selectionLassoFactoryPart | property |
public var selectionLassoFactoryPart:ClassFactoryThis property can be used as the source for data binding.
| stroke | property |
public var stroke:SolidColorStrokeThis property can be used as the source for data binding.
| stylesDirty | property |
protected var stylesDirty:Boolean| transformPipFactoryPart | property |
public var transformPipFactoryPart:ClassFactoryThis property can be used as the source for data binding.
| viewportPart | property |
public var viewportPart:MouseEnabledGroupThis property can be used as the source for data binding.
| GraphicsEditorSkin | () | Constructor |
public function GraphicsEditorSkin()Constructor.
| commitProperties | () | method |
override protected function commitProperties():void| styleChanged | () | method |
override public function styleChanged(styleProp:String):voidParameters
styleProp:String |
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |