|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.geom.Point2D
com.neatech.climbplan.activityplanner.GridPoint
public class GridPoint
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.awt.geom.Point2D |
---|
Point2D.Double, Point2D.Float |
Field Summary | |
---|---|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
GridPoint(int x,
int y)
|
Method Summary | |
---|---|
double |
getX()
|
double |
getY()
|
void |
setLocation(double x,
double y)
|
String |
toString()
|
Methods inherited from class java.awt.geom.Point2D |
---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int x
public int y
Constructor Detail |
---|
public GridPoint(int x, int y)
Method Detail |
---|
public String toString()
toString
in class Object
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |