org.gecode.gist.swing.UnknownNode Class Reference
Inherits org.gecode.gist.swing.GraphicsNode.List of all members.
Detailed Description
Definition at line 29 of file UnknownNode.java.
Public Member Functions | |
| UnknownNode () | |
| void | draw (Graphics2D g2, int x, int y, boolean hasShadow) |
| void | move (int xoff) |
| void | connect (Graphics2D g2, int x, int y, int child_x, int child_y) |
| boolean | containsPoint (Coordinate x) |
Package Functions | |
| Point | getConnector (int x, int y) |
Constructor & Destructor Documentation
| org.gecode.gist.swing.UnknownNode.UnknownNode | ( | ) |
Definition at line 31 of file UnknownNode.java.
Member Function Documentation
| void org.gecode.gist.swing.UnknownNode.draw | ( | Graphics2D | g2, | |
| int | x, | |||
| int | y, | |||
| boolean | hasShadow | |||
| ) | [virtual] |
| void org.gecode.gist.swing.UnknownNode.move | ( | int | xoff | ) |
Definition at line 51 of file UnknownNode.java.
| void org.gecode.gist.swing.UnknownNode.connect | ( | Graphics2D | g2, | |
| int | x, | |||
| int | y, | |||
| int | child_x, | |||
| int | child_y | |||
| ) |
Definition at line 61 of file UnknownNode.java.
| Point org.gecode.gist.swing.UnknownNode.getConnector | ( | int | x, | |
| int | y | |||
| ) | [package, virtual] |
| boolean org.gecode.gist.swing.UnknownNode.containsPoint | ( | Coordinate | x | ) | [virtual] |
The documentation for this class was generated from the following file:
- org/gecode/gist/swing/UnknownNode.java (Revision: 3796)
