|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgalapagos.Position
class Position
The Position object represent a point in the coordinate system. We cannot use java.awt.Point because we need double values for x and y. Date Modified: Feb 24, 2009 (just rearranging braces to conform to style guide)
Field Summary | |
---|---|
double |
x
|
double |
y
|
Constructor Summary | |
---|---|
Position()
|
|
Position(double x,
double y)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double x
public double y
Constructor Detail |
---|
public Position()
public Position(double x, double y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |