Package | stimulsoft.report.design.tools |
Class | public class StiHandToolService |
Inheritance | StiHandToolService ![]() ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
action : int Действие, выполняемое в данный момент | StiHandToolService | ||
![]() | designer : StiDesignerFx | StiDesignerInitService | |
![]() | properties : StiRepositoryItems | StiService | |
![]() | report : StiReport | StiDesignerInitService | |
![]() | selectionLayer : StiLayer | StiToolService | |
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService |
Method | Defined By | ||
---|---|---|---|
StiHandToolService(deigner:StiDesignerFx) | StiHandToolService | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
![]() | equals(object:Object):Boolean | StiObject | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [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 | ||
![]() | packService():void | StiService |
action | property |
action:int
Действие, выполняемое в данный момент
public function get action():int
public function set action(value:int):void
StiHandToolService | () | Constructor |
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 |