edu.ucla.stat.SOCR.touchgraph.graphlayout
Class TGPoint2D

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.TGPoint2D

public class TGPoint2D
extends java.lang.Object

TGPoint2D is only needed for java 1.1.

Version:
1.22-jre1.1 $Id: TGPoint2D.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
Author:
Alexander Shapiro

Field Summary
 double x
           
 double y
           
 
Constructor Summary
TGPoint2D(double xpos, double ypos)
           
TGPoint2D(TGPoint2D p)
           
 
Method Summary
 void setLocation(double xpos, double ypos)
           
 void setX(double xpos)
           
 void setY(double ypos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

TGPoint2D

public TGPoint2D(double xpos,
                 double ypos)

TGPoint2D

public TGPoint2D(TGPoint2D p)
Method Detail

setLocation

public void setLocation(double xpos,
                        double ypos)

setX

public void setX(double xpos)

setY

public void setY(double ypos)