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:Rect
border
This property can be used as the source for data binding.
canvasBackgroundPart | property |
public var canvasBackgroundPart:CanvasBackground
This property can be used as the source for data binding.
canvasPart | property |
public var canvasPart:Group
This property can be used as the source for data binding.
cropLassoFactoryPart | property |
public var cropLassoFactoryPart:ClassFactory
This property can be used as the source for data binding.
hoverIndicatorFactoryPart | property |
public var hoverIndicatorFactoryPart:ClassFactory
This property can be used as the source for data binding.
resizeCursorFactoryPart | property |
public var resizeCursorFactoryPart:ClassFactory
can not exceed 32 pixels square including filter
This property can be used as the source for data binding.
scrollerPart | property |
public var scrollerPart:Scroller
This property can be used as the source for data binding.
selectionIndicatorFactoryPart | property |
public var selectionIndicatorFactoryPart:ClassFactory
This property can be used as the source for data binding.
selectionLassoFactoryPart | property |
public var selectionLassoFactoryPart:ClassFactory
This property can be used as the source for data binding.
stroke | property |
public var stroke:SolidColorStroke
This property can be used as the source for data binding.
stylesDirty | property |
protected var stylesDirty:Boolean
transformPipFactoryPart | property |
public var transformPipFactoryPart:ClassFactory
This property can be used as the source for data binding.
viewportPart | property |
public var viewportPart:MouseEnabledGroup
This 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):void
Parameters
styleProp:String |
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |