Packageorg.wak.gui.sci
Classpublic class SciCursor
InheritanceSciCursor Inheritance flash.display.Sprite

Iconic mouse pointer for SCI.



Public Properties
 PropertyDefined by
  isDefault : Boolean
[read-only] True if the current mouse icon is the set as default.
SciCursor
Public Methods
 MethodDefined by
  
SciCursor(pDefaultIcon:DisplayObject)
Constructor.
SciCursor
  
SetActiveIcon(pIcon:DisplayObject, pMarkActionPoint:Boolean = false):void
Set a DisplayObject as mouse icon.
SciCursor
  
SetDefault():void
Set the current mouse icon to default.
SciCursor
Property detail
isDefaultproperty
isDefault:Boolean  [read-only]

True if the current mouse icon is the set as default.

Implementation
    public function get isDefault():Boolean
Constructor detail
SciCursor()constructor
public function SciCursor(pDefaultIcon:DisplayObject)

Constructor.

Parameters
pDefaultIcon:DisplayObject — DisplayObject to display as default mouse icon.
Method detail
SetActiveIcon()method
public function SetActiveIcon(pIcon:DisplayObject, pMarkActionPoint:Boolean = false):void

Set a DisplayObject as mouse icon.

Parameters
pIcon:DisplayObject — icon to attach to the mouse pointer.
 
pMarkActionPoint:Boolean (default = false) — if true, the action spot is marked with an outlined white dot.
SetDefault()method 
public function SetDefault():void

Set the current mouse icon to default.