org.gwtopenmaps.openlayers.client.geometry
Class PointImpl
java.lang.Object
org.gwtopenmaps.openlayers.client.geometry.PointImpl
public class PointImpl
- extends Object
- Author:
- Edwin Commandeur - Atlis EJS
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointImpl
public PointImpl()
create
public static JSObject create(double x,
double y)
getX
public static double getX(JSObject self)
getY
public static double getY(JSObject self)
getId
public static String getId(JSObject self)
setX
public static void setX(JSObject self,
double x)
setY
public static void setY(JSObject self,
double y)
Copyright © 2010 sourceforge. All Rights Reserved.