Packageeyemap.viewer
Classpublic class AoICreationViewer
InheritanceAoICreationViewer Inheritance mx.containers.Panel



Public Properties
 PropertyDefined By
  control : Panel
AoICreationViewer
  _move : Move
AoICreationViewer
  selectRectCanvas : Canvas
AoICreationViewer
  showed : Boolean = false
AoICreationViewer
  _zoom : Zoom
AoICreationViewer
Public Methods
 MethodDefined By
  
Constructor.
AoICreationViewer
  
showHandler(event:FlexEvent):void
AoICreationViewer
  
Zoom_clickHandler(event:MouseEvent):void
AoICreationViewer
Protected Methods
 MethodDefined By
  
AoICreationViewer
  
doubleClickHandler(event:MouseEvent):void
AoICreationViewer
  
down(event:Event):void
AoICreationViewer
  
mouseDownHandler(event:MouseEvent):void
AoICreationViewer
  
mouseMoveHandler(event:MouseEvent):void
AoICreationViewer
  
up(event:Event):void
AoICreationViewer
Property Detail
_moveproperty
public var _move:Move

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

_zoomproperty 
public var _zoom:Zoom

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

controlproperty 
public var control:Panel

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

selectRectCanvasproperty 
public var selectRectCanvas:Canvas

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

showedproperty 
public var showed:Boolean = false

Constructor Detail
AoICreationViewer()Constructor
public function AoICreationViewer()

Constructor.

Method Detail
clickHandler()method
protected function clickHandler():void

doubleClickHandler()method 
protected function doubleClickHandler(event:MouseEvent):void

Parameters

event:MouseEvent

down()method 
protected function down(event:Event):void

Parameters

event:Event

mouseDownHandler()method 
protected function mouseDownHandler(event:MouseEvent):void

Parameters

event:MouseEvent

mouseMoveHandler()method 
protected function mouseMoveHandler(event:MouseEvent):void

Parameters

event:MouseEvent

showHandler()method 
public function showHandler(event:FlexEvent):void

Parameters

event:FlexEvent

up()method 
protected function up(event:Event):void

Parameters

event:Event

Zoom_clickHandler()method 
public function Zoom_clickHandler(event:MouseEvent):void

Parameters

event:MouseEvent