org.gecode.gist.cocoa.GistNode Class Reference
Inherits org.gecode.gist.SpaceNode.List of all members.
Detailed Description
Definition at line 11 of file GistNode.java.
Public Member Functions | |
| GistNode (Space theSpace) | |
| GistNode (int alternative) | |
| int | getWidth () |
| Shape | getUnknownShape () |
| Shape | getHiddenShape () |
| void | drawNode (Object gc, int x, int y) |
| void | move (int offset) |
| SpaceNode | createChild (int i) |
| VisualNode | findNodeForPoint (int x, int y) |
| int | getNumberOfChildNodes () |
| void | connect (Object gc, int x, int y, int parentX, int parentY) |
Package Attributes | |
| Node | graphicalNode |
Constructor & Destructor Documentation
| org.gecode.gist.cocoa.GistNode.GistNode | ( | Space | theSpace | ) |
Definition at line 17 of file GistNode.java.
| org.gecode.gist.cocoa.GistNode.GistNode | ( | int | alternative | ) |
Definition at line 23 of file GistNode.java.
Member Function Documentation
| int org.gecode.gist.cocoa.GistNode.getWidth | ( | ) | [virtual] |
| Shape org.gecode.gist.cocoa.GistNode.getUnknownShape | ( | ) | [virtual] |
| Shape org.gecode.gist.cocoa.GistNode.getHiddenShape | ( | ) | [virtual] |
| void org.gecode.gist.cocoa.GistNode.drawNode | ( | Object | gc, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
| void org.gecode.gist.cocoa.GistNode.move | ( | int | offset | ) |
Definition at line 61 of file GistNode.java.
| SpaceNode org.gecode.gist.cocoa.GistNode.createChild | ( | int | i | ) | [virtual] |
| VisualNode org.gecode.gist.cocoa.GistNode.findNodeForPoint | ( | int | x, | |
| int | y | |||
| ) |
Definition at line 67 of file GistNode.java.
| int org.gecode.gist.cocoa.GistNode.getNumberOfChildNodes | ( | ) |
| void org.gecode.gist.cocoa.GistNode.connect | ( | Object | gc, | |
| int | x, | |||
| int | y, | |||
| int | parentX, | |||
| int | parentY | |||
| ) | [virtual] |
Member Data Documentation
Definition at line 13 of file GistNode.java.
The documentation for this class was generated from the following file:
- org/gecode/gist/cocoa/GistNode.java
