|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.geom.Point2D
java.awt.geom.Point2D.Double
com.neatech.climbplan.geographicinformationgathering.WorldPoint
public class WorldPoint
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
Point2D.Double, Point2D.Float |
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Fields inherited from class java.awt.geom.Point2D.Double |
|---|
x, y |
| Constructor Summary | |
|---|---|
WorldPoint()
|
|
WorldPoint(double x,
double y)
|
|
| Method Summary | |
|---|---|
void |
incrementX(double deltaX)
|
void |
incrementY(double deltaY)
|
| Methods inherited from class java.awt.geom.Point2D.Double |
|---|
getX, getY, setLocation, 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 |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public WorldPoint()
public WorldPoint(double x,
double y)
| Method Detail |
|---|
public void incrementX(double deltaX)
public void incrementY(double deltaY)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||