com.google.maps.gwt.client
Class Point

java.lang.Object
  extended by JavaScriptObject
      extended by com.google.maps.gwt.client.Point

public class Point
extends JavaScriptObject

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

Point

protected Point()
Protected constructor avoids default public constructor.

Method Detail

create

public static Point create(double x,
                           double y)
A point on a two-dimensional plane.


equals

public final boolean equals(Point other)
Compares two Points


getX

public final double getX()
The X coordinate


getY

public final double getY()
The Y coordinate


setX

public final void setX(double x)
The X coordinate


setY

public final void setY(double y)
The Y coordinate