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