|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.geom.Point2D triptracker.core.BaseCoord
public abstract class BaseCoord
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Point2D |
---|
Point2D.Double, Point2D.Float |
Constructor Summary | |
---|---|
BaseCoord()
Default constructor. |
|
BaseCoord(double x,
double y)
|
Method Summary | |
---|---|
double |
getX()
|
double |
getY()
|
void |
setLocation(double x,
double y)
|
void |
setLocation(Point2D p)
|
Methods inherited from class java.awt.geom.Point2D |
---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseCoord()
public BaseCoord(double x, double y)
Method Detail |
---|
public double getX()
getX
in class Point2D
public double getY()
getY
in class Point2D
public void setLocation(double x, double y)
setLocation
in class Point2D
public void setLocation(Point2D p)
setLocation
in class Point2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |