|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.base.Point
public class Point
A point on a two-dimensional plane.
See Point API Doc
| Constructor Summary | |
|---|---|
protected |
Point()
A point on a two-dimensional plane. |
| Method Summary | |
|---|---|
boolean |
equals(Point other)
Compares two Points |
String |
getToString()
Returns a string representation of this Point. |
double |
getX()
get X coordinate |
double |
getY()
get Y coordinate |
static Point |
newInstance(double x,
double y)
creates A point on a two-dimensional plane. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Point()
| Method Detail |
|---|
public static final Point newInstance(double x,
double y)
x - y - public final boolean equals(Point other)
other - public final String getToString()
public final double getX()
public final double getY()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||