Packageardisia.components.graphicsEditor.dataTypes
Classpublic class EditorState
InheritanceEditorState Inheritance Object

Stores the state for a GraphicsEditor instance.



Public Properties
 PropertyDefined By
  canvasBackgroundColor : Number
EditorState
  canvasHeight : Number
EditorState
  canvasWidth : Number
EditorState
  graphicObjectsStates : Vector.<GraphicsObjectState>
EditorState
  groupedGraphicObjects : Array
EditorState
  horizontalScroll : Number
EditorState
  verticalScroll : Number
EditorState
Property Detail
canvasBackgroundColorproperty
public var canvasBackgroundColor:Number

canvasHeightproperty 
public var canvasHeight:Number

canvasWidthproperty 
public var canvasWidth:Number

graphicObjectsStatesproperty 
public var graphicObjectsStates:Vector.<GraphicsObjectState>

groupedGraphicObjectsproperty 
public var groupedGraphicObjects:Array

horizontalScrollproperty 
public var horizontalScroll:Number

verticalScrollproperty 
public var verticalScroll:Number