| Method | Defined 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 | ||
|
setCursorBuilder(pb:AbstractCursorBuilder):void
Method to set the cursor director instance with the concrete type of cursor types and properties.
| CursorDirector | ||
| constructCursor | () | method |
public function constructCursor(flexSprite:FlexSprite):voidMethod to create all the methods in the cursor.
ParametersflexSprite:FlexSprite — Most basic UI, will be used to set all the events.
|
| getCursor | () | method |
public function getCursor():CursorMethod to return an instance of the concrete type of cursor
ReturnsCursor —
Cursor The cursor set that was created using the concrete propeties.
|
| setCursorBuilder | () | method |
public function setCursorBuilder(pb:AbstractCursorBuilder):voidMethod to set the cursor director instance with the concrete type of cursor types and properties.
Parameterspb:AbstractCursorBuilder |