Packageardisia.components.graphicsEditor.themes.spark.skins
Classpublic class GraphicsEditorSkin
InheritanceGraphicsEditorSkin Inheritance spark.components.supportClasses.Skin
Implements mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined 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
Protected Properties
 PropertyDefined By
  _borderAlpha : Number
GraphicsEditorSkin
  _borderColor : uint
GraphicsEditorSkin
  _borderVisible : Boolean
GraphicsEditorSkin
  stylesDirty : Boolean
GraphicsEditorSkin
Public Methods
 MethodDefined By
  
Constructor.
GraphicsEditorSkin
  
styleChanged(styleProp:String):void
[override]
GraphicsEditorSkin
Protected Methods
 MethodDefined By
  
[override]
GraphicsEditorSkin
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
GraphicsEditorSkin
Property Detail
_borderAlphaproperty
protected var _borderAlpha:Number

_borderColorproperty 
protected var _borderColor:uint

_borderVisibleproperty 
protected var _borderVisible:Boolean

borderproperty 
public var border:Rect

border

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

canvasBackgroundPartproperty 
public var canvasBackgroundPart:CanvasBackground

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

canvasPartproperty 
public var canvasPart:Group

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

cropLassoFactoryPartproperty 
public var cropLassoFactoryPart:ClassFactory

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

hoverIndicatorFactoryPartproperty 
public var hoverIndicatorFactoryPart:ClassFactory

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

resizeCursorFactoryPartproperty 
public var resizeCursorFactoryPart:ClassFactory

can not exceed 32 pixels square including filter

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

scrollerPartproperty 
public var scrollerPart:Scroller

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

selectionIndicatorFactoryPartproperty 
public var selectionIndicatorFactoryPart:ClassFactory

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

selectionLassoFactoryPartproperty 
public var selectionLassoFactoryPart:ClassFactory

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

strokeproperty 
public var stroke:SolidColorStroke

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

stylesDirtyproperty 
protected var stylesDirty:Boolean

transformPipFactoryPartproperty 
public var transformPipFactoryPart:ClassFactory

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

viewportPartproperty 
public var viewportPart:MouseEnabledGroup

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

Constructor Detail
GraphicsEditorSkin()Constructor
public function GraphicsEditorSkin()

Constructor.

Method Detail
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