|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maryanovsky.gwtutils.client.geom.DoublePoint
public class DoublePoint
A 2D coordinate with double precision coordinates.
Constructor Summary | |
---|---|
DoublePoint(double x,
double y)
Creates a new DoublePoint at the specified coordinates. |
Method Summary | |
---|---|
double |
getX()
Returns the X coordinate. |
double |
getY()
Returns the Y coordinate. |
void |
setX(double x)
Sets the X coordinate. |
void |
setY(double y)
Sets the Y coordinate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DoublePoint(double x, double y)
DoublePoint
at the specified coordinates.
Method Detail |
---|
public double getX()
getX
in interface DoublePointView
public double getY()
getY
in interface DoublePointView
public void setX(double x)
public void setY(double y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |