org.gwtopenmaps.openlayers.client
Class Pixel

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.Pixel

public class Pixel
extends OpenLayersObjectWrapper

Author:
Erdem Gunay, Curtis Jensen

Constructor Summary
  Pixel(float x, float y)
           
  Pixel(int x, int y)
           
protected Pixel(JSObject element)
           
 
Method Summary
static Pixel narrowToPixel(JSObject element)
           
 String toString()
           
 int x()
           
 int y()
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
getClassName, getEvents, narrowToOpenLayersObjectWrapper
 
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pixel

protected Pixel(JSObject element)

Pixel

public Pixel(int x,
             int y)

Pixel

public Pixel(float x,
             float y)
Method Detail

narrowToPixel

public static Pixel narrowToPixel(JSObject element)

x

public int x()

y

public int y()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 sourceforge. All Rights Reserved.