com.touchgraph.graphlayout
Class TGPoint2D
java.lang.Object
com.touchgraph.graphlayout.TGPoint2D
public class TGPoint2D
- extends Object
TGPoint2D is only needed for java 1.1.
- Version:
- 1.21 $Id: TGPoint2D.java,v 3.0 2004/07/24 13:21:12 altheim Exp $
- Author:
- Alexander Shapiro
|
Field Summary |
double |
x
|
double |
y
|
|
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 |
x
public double x
y
public double y
TGPoint2D
public TGPoint2D(double xpos,
double ypos)
TGPoint2D
public TGPoint2D(TGPoint2D p)
setLocation
public void setLocation(double xpos,
double ypos)
setX
public void setX(double xpos)
setY
public void setY(double ypos)
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.