Packagecom.kapit.diagram.tools
Classpublic class HandTool
ImplementsIDiagramTool, IUIController



Public Properties
 PropertyDefined by
  activated : Boolean
[read-only]
HandTool
  id : String
[read-only]
HandTool
  view : DiagramView
[read-only]
HandTool
Protected Properties
 PropertyDefined by
  _activated : Boolean = false
HandTool
  _dragging : Boolean = false
HandTool
  _referencePoint : Point
HandTool
  _view : DiagramView = null
HandTool
Public Methods
 MethodDefined by
  
HandTool
  
abort():void
HandTool
  
activate(view:DiagramView):void
HandTool
  
deactivate():void
HandTool
  
uiCompleted():void
HandTool
Protected Methods
 MethodDefined by
  
mouseDownHandler(event:MouseEvent):void
HandTool
  
mouseInHandler(event:MouseEvent):void
HandTool
  
mouseMoveHandler(event:MouseEvent):void
HandTool
  
mouseOutHandler(event:MouseEvent):void
HandTool
  
mouseUpHandler(event:MouseEvent):void
HandTool
Property detail
_activatedproperty
protected var _activated:Boolean = false
activatedproperty 
activated:Boolean  [read-only]Implementation
    public function get activated():Boolean
_draggingproperty 
protected var _dragging:Boolean = false
idproperty 
id:String  [read-only]Implementation
    public function get id():String
_referencePointproperty 
protected var _referencePoint:Point
_viewproperty 
protected var _view:DiagramView = null
viewproperty 
view:DiagramView  [read-only]Implementation
    public function get view():DiagramView
Constructor detail
HandTool()constructor
public function HandTool()
Method detail
abort()method
public function abort():void
activate()method 
public function activate(view:DiagramView):voidParameters
view:DiagramView
deactivate()method 
public function deactivate():void
mouseDownHandler()method 
protected function mouseDownHandler(event:MouseEvent):voidParameters
event:MouseEvent
mouseInHandler()method 
protected function mouseInHandler(event:MouseEvent):voidParameters
event:MouseEvent
mouseMoveHandler()method 
protected function mouseMoveHandler(event:MouseEvent):voidParameters
event:MouseEvent
mouseOutHandler()method 
protected function mouseOutHandler(event:MouseEvent):voidParameters
event:MouseEvent
mouseUpHandler()method 
protected function mouseUpHandler(event:MouseEvent):voidParameters
event:MouseEvent
uiCompleted()method 
public function uiCompleted():void