org.gecode.explorer.swing.ChoiceNode Class Reference
Inherits org.gecode.explorer.swing.GraphicsNode.Detailed Description
Definition at line 28 of file ChoiceNode.java.
Public Member Functions | |
| ChoiceNode () | |
| 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) |
Static Package Attributes | |
| static Ellipse2D.Double | ellipse |
Constructor & Destructor Documentation
| org.gecode.explorer.swing.ChoiceNode.ChoiceNode | ( | ) |
Definition at line 33 of file ChoiceNode.java.
Member Function Documentation
| void org.gecode.explorer.swing.ChoiceNode.draw | ( | Graphics2D | g2, | |
| int | x, | |||
| int | y, | |||
| boolean | hasShadow | |||
| ) | [virtual] |
| void org.gecode.explorer.swing.ChoiceNode.move | ( | int | xoff | ) |
Definition at line 54 of file ChoiceNode.java.
| void org.gecode.explorer.swing.ChoiceNode.connect | ( | Graphics2D | g2, | |
| int | x, | |||
| int | y, | |||
| int | child_x, | |||
| int | child_y | |||
| ) |
Definition at line 64 of file ChoiceNode.java.
| Point org.gecode.explorer.swing.ChoiceNode.getConnector | ( | int | x, | |
| int | y | |||
| ) | [package, virtual] |
| boolean org.gecode.explorer.swing.ChoiceNode.containsPoint | ( | Coordinate | x | ) | [virtual] |
Member Data Documentation
Ellipse2D.Double org.gecode.explorer.swing.ChoiceNode.ellipse [static, package] |
Initial value:
Definition at line 30 of file ChoiceNode.java.
The documentation for this class was generated from the following file:
- org/gecode/explorer/swing/ChoiceNode.java (Revision: 2943)
