Generated on Fri Oct 6 16:26:47 2006 for Gecode/J by doxygen 1.4.7

org.gecode.explorer.DrawingCursor Class Reference

Inherits org.gecode.explorer.DefaultNodeCursor.

List of all members.


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]

Implements org.gecode.explorer.DefaultNodeCursor.

Definition at line 80 of file DrawingCursor.java.


Member Data Documentation

Definition at line 30 of file DrawingCursor.java.

Definition at line 31 of file DrawingCursor.java.


The documentation for this class was generated from the following file: