ajax.gui.graph
Class GraphNode
java.lang.Object
|
+--ajax.gui.graph.GraphNode
- All Implemented Interfaces:
- java.io.Serializable
- public class GraphNode
- extends java.lang.Object
- implements java.io.Serializable
graph node data structures
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public int type
uniqueName
public java.lang.String uniqueName
realName
public java.lang.String realName
label
public java.lang.String label
x
public double x
y
public double y
xSize
public double xSize
ySize
public double ySize
xx
public int xx
yy
public int yy
xxSize
public int xxSize
yySize
public int yySize
lx
public int lx
ly
public int ly
projected
public boolean projected
state
public int state
GraphNode
public GraphNode()
isInside
public boolean isInside(int x,
int y)
getColor
public java.awt.Color getColor()