org.gecode.explorer.DrawingCursor Class Reference
Inherits org.gecode.explorer.DefaultNodeCursor.Detailed Description
Definition at line 25 of file DrawingCursor.java.
Public Member Functions | |
| DrawingCursor (VisualNode theNode, Object theGraphicsContext, Rect theClippingRect) | |
| void | moveUpwards () |
| boolean | mayMoveDownwards () |
| void | moveDownwards () |
| void | moveSidewards () |
| void | processCurrentNode () |
Package Attributes | |
| int | x |
| int | y |
Constructor & Destructor Documentation
| org.gecode.explorer.DrawingCursor.DrawingCursor | ( | VisualNode | theNode, | |
| Object | theGraphicsContext, | |||
| Rect | theClippingRect | |||
| ) |
Definition at line 33 of file DrawingCursor.java.
Member Function Documentation
| void org.gecode.explorer.DrawingCursor.moveUpwards | ( | ) | [virtual] |
Reimplemented from org.gecode.explorer.DefaultNodeCursor.
Definition at line 45 of file DrawingCursor.java.
| boolean org.gecode.explorer.DrawingCursor.mayMoveDownwards | ( | ) | [virtual] |
Reimplemented from org.gecode.explorer.DefaultNodeCursor.
Definition at line 52 of file DrawingCursor.java.
| void org.gecode.explorer.DrawingCursor.moveDownwards | ( | ) | [virtual] |
Reimplemented from org.gecode.explorer.DefaultNodeCursor.
Definition at line 58 of file DrawingCursor.java.
| void org.gecode.explorer.DrawingCursor.moveSidewards | ( | ) | [virtual] |
Reimplemented from org.gecode.explorer.DefaultNodeCursor.
Definition at line 65 of file DrawingCursor.java.
| void org.gecode.explorer.DrawingCursor.processCurrentNode | ( | ) | [virtual] |
Member Data Documentation
int org.gecode.explorer.DrawingCursor.x [package] |
Definition at line 30 of file DrawingCursor.java.
int org.gecode.explorer.DrawingCursor.y [package] |
Definition at line 31 of file DrawingCursor.java.
The documentation for this class was generated from the following file:
- org/gecode/explorer/DrawingCursor.java (Revision: 2943)
