support.graph
Class VizVertex

java.lang.Object
  extended by support.graph.VizVertex

public class VizVertex
extends Object


Constructor Summary
VizVertex(int x, int y)
           
 
Method Summary
 String getLabel()
           
 int getX()
           
 int getY()
           
 void setLabel(String label)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VizVertex

public VizVertex(int x,
                 int y)
Method Detail

getX

public int getX()

getY

public int getY()

setX

public void setX(int x)

setY

public void setY(int y)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)