org.gwtopenmaps.openlayers.client.geometry
Class PointImpl

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.geometry.PointImpl

public class PointImpl
extends Object

Author:
Edwin Commandeur - Atlis EJS

Constructor Summary
PointImpl()
           
 
Method Summary
static JSObject create(double x, double y)
           
static String getId(JSObject self)
           
static double getX(JSObject self)
           
static double getY(JSObject self)
           
static void setX(JSObject self, double x)
           
static void setY(JSObject self, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointImpl

public PointImpl()
Method Detail

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.