|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.Point
public class Point
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
Point()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static Point |
create(double x,
double y)
A point on a two-dimensional plane. |
boolean |
equals(Point other)
Compares two Points |
double |
getX()
The X coordinate |
double |
getY()
The Y coordinate |
void |
setX(double x)
The X coordinate |
void |
setY(double y)
The Y coordinate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Point()
Method Detail |
---|
public static Point create(double x, double y)
public final boolean equals(Point other)
public final double getX()
public final double getY()
public final void setX(double x)
public final void setY(double y)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |