org.gecode.gist.cocoa.Node Class Reference
Inherited by
org.gecode.gist.cocoa.ChoiceNode,
org.gecode.gist.cocoa.FailureNode,
org.gecode.gist.cocoa.HiddenSubtreeNode,
org.gecode.gist.cocoa.SolutionNode, and
org.gecode.gist.cocoa.UnknownNode.
List of all members.
Detailed Description
Definition at line 12 of file Node.java.
Constructor & Destructor Documentation
| org.gecode.gist.cocoa.Node.Node |
( |
|
) |
|
Member Function Documentation
| abstract NSBezierPath org.gecode.gist.cocoa.Node.getBezierPath |
( |
|
) |
[protected, pure virtual] |
| abstract NSColor org.gecode.gist.cocoa.Node.getInsideColor |
( |
|
) |
[protected, pure virtual] |
| abstract NSColor org.gecode.gist.cocoa.Node.getBorderColor |
( |
|
) |
[protected, pure virtual] |
| abstract NSPoint org.gecode.gist.cocoa.Node.getTopConnector |
( |
|
) |
[protected, pure virtual] |
| abstract NSPoint org.gecode.gist.cocoa.Node.getBotConnector |
( |
|
) |
[protected, pure virtual] |
| static NSColor org.gecode.gist.cocoa.Node.getDefaultColor |
( |
String |
key |
) |
[static, protected] |
| void org.gecode.gist.cocoa.Node.draw |
( |
Object |
gc, |
|
|
int |
x, |
|
|
int |
y | |
|
) |
| | |
| Shape org.gecode.gist.cocoa.Node.getHiddenShape |
( |
|
) |
[protected] |
| Shape org.gecode.gist.cocoa.Node.getUnknownShape |
( |
|
) |
[protected] |
| boolean org.gecode.gist.cocoa.Node.containsPoint |
( |
Coordinate |
thePoint |
) |
|
Member Data Documentation
Initial value:
new Shape(new Extent(unit), new Shape(new Extent(unit + halfUnit)))
Definition at line 19 of file Node.java.
The documentation for this class was generated from the following file: