Packageardisia.components.graphicsEditor.dataTypes
Classpublic class GraphicsObjectState
InheritanceGraphicsObjectState Inheritance Object

Stores the state for a GraphicObject.



Public Properties
 PropertyDefined By
  bitmapData : BitmapData
GraphicsObjectState
  depth : Number
GraphicsObjectState
  fillAlpha : Number
GraphicsObjectState
  fillColor : Number
GraphicsObjectState
  graphicsObject : GraphicObjectBase
GraphicsObjectState
  height : Number
GraphicsObjectState
  originUpperLeft : Boolean
GraphicsObjectState
  strokeAlpha : Number
GraphicsObjectState
  strokeColor : Number
GraphicsObjectState
  strokePixelHinting : Boolean
GraphicsObjectState
  strokeWeight : Number
GraphicsObjectState
  textFlow : TextFlow
GraphicsObjectState
  transformMatrix : Matrix
GraphicsObjectState
  width : Number
GraphicsObjectState
Property Detail
bitmapDataproperty
public var bitmapData:BitmapData

depthproperty 
public var depth:Number

fillAlphaproperty 
public var fillAlpha:Number

fillColorproperty 
public var fillColor:Number

graphicsObjectproperty 
public var graphicsObject:GraphicObjectBase

heightproperty 
public var height:Number

originUpperLeftproperty 
public var originUpperLeft:Boolean

strokeAlphaproperty 
public var strokeAlpha:Number

strokeColorproperty 
public var strokeColor:Number

strokePixelHintingproperty 
public var strokePixelHinting:Boolean

strokeWeightproperty 
public var strokeWeight:Number

textFlowproperty 
public var textFlow:TextFlow

transformMatrixproperty 
public var transformMatrix:Matrix

widthproperty 
public var width:Number