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

Field Summary
 java.lang.String label
           
 int lx
           
 int ly
           
 boolean projected
           
 java.lang.String realName
           
 int state
           
 int type
           
 java.lang.String uniqueName
           
 double x
           
 double xSize
           
 int xx
           
 int xxSize
           
 double y
           
 double ySize
           
 int yy
           
 int yySize
           
 
Constructor Summary
GraphNode()
           
 
Method Summary
 java.awt.Color getColor()
           
 boolean isInside(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

GraphNode

public GraphNode()
Method Detail

isInside

public boolean isInside(int x,
                        int y)

getColor

public java.awt.Color getColor()