|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nwoods.jgo.Point2D
Nested Class Summary | |
static class |
Point2D.Double
|
static class |
Point2D.Float
|
Constructor Summary | |
protected |
Point2D()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
abstract double |
getX()
|
abstract double |
getY()
|
abstract void |
setLocation(double x,
double y)
|
void |
setLocation(Point2D p)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Point2D()
Method Detail |
public abstract double getX()
public abstract double getY()
public abstract void setLocation(double x, double y)
public void setLocation(Point2D p)
public boolean equals(java.lang.Object obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |