Packagestimulsoft.report.design.tools
Classpublic class StiHandToolService
InheritanceStiHandToolService Inheritance StiToolService Inheritance StiDesignerInitService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  action : int
Действие, выполняемое в данный момент
StiHandToolService
 Inheriteddesigner : StiDesignerFx
StiDesignerInitService
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedreport : StiReport
StiDesignerInitService
 InheritedselectionLayer : StiLayer
StiToolService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
  
StiHandToolService
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override] Creates a shallow copy of the current Collection.
StiService
  
onMouseDown(event:MouseEvent):void
[override]
StiHandToolService
  
onMouseMove(event:MouseEvent):void
[override]
StiHandToolService
  
onMouseUp(event:MouseEvent):void
[override]
StiHandToolService
 Inherited
StiService
Property Detail
actionproperty
action:int

Действие, выполняемое в данный момент


Implementation
    public function get action():int
    public function set action(value:int):void
Constructor Detail
StiHandToolService()Constructor
public function StiHandToolService(deigner:StiDesignerFx)



Parameters
deigner:StiDesignerFx
Method Detail
onMouseDown()method
override public function onMouseDown(event:MouseEvent):void

Parameters

event:MouseEvent

onMouseMove()method 
override public function onMouseMove(event:MouseEvent):void

Parameters

event:MouseEvent

onMouseUp()method 
override public function onMouseUp(event:MouseEvent):void

Parameters

event:MouseEvent