Uses of Class
org.gwtopenmaps.openlayers.client.Pixel

Packages that use Pixel
org.gwtopenmaps.demo.openlayers.client.examples.vector   
org.gwtopenmaps.openlayers.client   
org.gwtopenmaps.openlayers.client.control   
org.gwtopenmaps.openlayers.client.event   
org.gwtopenmaps.openlayers.client.layer   
 

Uses of Pixel in org.gwtopenmaps.demo.openlayers.client.examples.vector
 

Methods in org.gwtopenmaps.demo.openlayers.client.examples.vector with parameters of type Pixel
protected  void DragExample.report(VectorFeature vectorFeature, String message, Pixel pixel)
           
 

Uses of Pixel in org.gwtopenmaps.openlayers.client
 

Methods in org.gwtopenmaps.openlayers.client that return Pixel
 Pixel Map.getPixelFromLonLat(LonLat lonlat)
           
static Pixel Pixel.narrowToPixel(JSObject element)
           
 

Methods in org.gwtopenmaps.openlayers.client with parameters of type Pixel
 LonLat Map.getLonLatFromPixel(Pixel pixel)
           
 

Constructors in org.gwtopenmaps.openlayers.client with parameters of type Pixel
Icon(String url, Size size, Pixel offset)
           
 

Uses of Pixel in org.gwtopenmaps.openlayers.client.control
 

Methods in org.gwtopenmaps.openlayers.client.control with parameters of type Pixel
 void DragFeature.DragFeatureListener.onDragEvent(VectorFeature vectorFeature, Pixel pixel)
           
 

Uses of Pixel in org.gwtopenmaps.openlayers.client.event
 

Methods in org.gwtopenmaps.openlayers.client.event that return Pixel
 Pixel Events.getMousePosition(Event event)
           
 Pixel MapClickListener.MapClickEvent.getPixel()
           
 Pixel MouseEvent.getScreenPixel()
           
 

Uses of Pixel in org.gwtopenmaps.openlayers.client.layer
 

Methods in org.gwtopenmaps.openlayers.client.layer with parameters of type Pixel
 void ArcGIS93Rest.addTile(Bounds bounds, Pixel position)
          Method: addTile addTile creates a tile, initializes it, and adds it to the layer div.
 



Copyright © 2011 sourceforge. All Rights Reserved.