Packagecom.elad.framework.cursor
Classpublic class CursorDirector



Public Methods
 MethodDefined by
  
constructCursor(flexSprite:FlexSprite):void
Method to create all the methods in the cursor.
CursorDirector
  
Method to return an instance of the concrete type of cursor
CursorDirector
  
Method to set the cursor director instance with the concrete type of cursor types and properties.
CursorDirector
Method detail
constructCursor()method
public function constructCursor(flexSprite:FlexSprite):void

Method to create all the methods in the cursor.

Parameters
flexSprite:FlexSprite — Most basic UI, will be used to set all the events.
getCursor()method 
public function getCursor():Cursor

Method to return an instance of the concrete type of cursor

Returns
Cursor — Cursor The cursor set that was created using the concrete propeties.
setCursorBuilder()method 
public function setCursorBuilder(pb:AbstractCursorBuilder):void

Method to set the cursor director instance with the concrete type of cursor types and properties.

Parameters
pb:AbstractCursorBuilder