|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ctreber.acearth.util.Point2D
public class Point2D
A point in a 2 axis space.
© 2002 Christian Treber, [email protected]
Constructor Summary | |
---|---|
Point2D(double pX,
double pY)
|
Method Summary | |
---|---|
double |
getX()
|
double |
getY()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Point2D(double pX, double pY)
Method Detail |
---|
public double getX()
public double getY()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |