Packagestimulsoft.report.design.tools
Classpublic class StiToolService
InheritanceStiToolService Inheritance StiDesignerInitService Inheritance StiService Inheritance StiObject Inheritance Object
Subclasses StiHandToolService, StiSelectToolService



Public Properties
 PropertyDefined By
 Inheriteddesigner : StiDesignerFx
StiDesignerInitService
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedreport : StiReport
StiDesignerInitService
  selectionLayer : 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
  
StiToolService
 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(e:MouseEvent):void
StiToolService
  
onMouseMove(e:MouseEvent):void
StiToolService
  
onMouseUp(e:MouseEvent):void
StiToolService
 Inherited
StiService
Property Detail
selectionLayerproperty
selectionLayer:StiLayer


Implementation
    public function get selectionLayer():StiLayer
    public function set selectionLayer(value:StiLayer):void
Constructor Detail
StiToolService()Constructor
public function StiToolService(deigner:StiDesignerFx)



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

Parameters

e:MouseEvent

onMouseMove()method 
public function onMouseMove(e:MouseEvent):void

Parameters

e:MouseEvent

onMouseUp()method 
public function onMouseUp(e:MouseEvent):void

Parameters

e:MouseEvent