| Package | com.degrafa.geometry.command |
| Class | public class CommandCursor |
| Inheritance | CommandCursor DegrafaCursor |
| Method | Defined by | ||
|---|---|---|---|
|
CommandCursor(source:Array)
| CommandCursor | ||
![]() |
insert(value:*):void
Inserts a Object into the array at the currentIndex.
| DegrafaCursor | |
![]() |
moveFirst():void
Moves cursor to the front.
| DegrafaCursor | |
![]() |
moveLast():void
Moves cursor to the end.
| DegrafaCursor | |
![]() |
moveNext():Boolean
Moves the cursor up one item in the currentIndex unless it is at the end.
| DegrafaCursor | |
|
moveNextCommand(type:int):Boolean
| CommandCursor | ||
![]() |
movePrevious():Boolean
Moves the cursor down one item in the currentIndex unless it is at the beginning.
| DegrafaCursor | |
|
movePreviousCommand(type:int):Boolean
| CommandCursor | ||
|
nextCommand(type:int):CommandStackItem
| CommandCursor | ||
|
previousCommand(type:String):CommandStackItem
| CommandCursor | ||
![]() |
remove():*
Removes a Object from the array at the currentIndex.
| DegrafaCursor | |
![]() |
seek(bookmark:CursorBookmark, offset:int = 0):void
Moves the currentIndex using the bookmark and offset.
| DegrafaCursor | |
| CommandCursor | () | constructor |
public function CommandCursor(source:Array)Parameters
source:Array |
| moveNextCommand | () | method |
public function moveNextCommand(type:int):BooleanParameters
type:int |
Boolean |
| movePreviousCommand | () | method |
public function movePreviousCommand(type:int):BooleanParameters
type:int |
Boolean |
| nextCommand | () | method |
| previousCommand | () | method |
public function previousCommand(type:String):CommandStackItemParameters
type:String |
CommandStackItem |