org.gwtopenmaps.openlayers.client.event
Class MouseEvent

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.event.Event
              extended by org.gwtopenmaps.openlayers.client.event.MouseEvent

public class MouseEvent
extends Event

Author:
Giuseppe La Scaleia - CNR IMAA geoSDI Group

Constructor Summary
protected MouseEvent(JSObject openLayersObject)
           
 
Method Summary
 Pixel getScreenPixel()
           
static MouseEvent narrowToMouseEvent(JSObject element)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.event.Event
narrowToEvent
 
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, toString, wait, wait, wait
 

Constructor Detail

MouseEvent

protected MouseEvent(JSObject openLayersObject)
Method Detail

narrowToMouseEvent

public static MouseEvent narrowToMouseEvent(JSObject element)

getScreenPixel

public Pixel getScreenPixel()


Copyright © 2011 sourceforge. All Rights Reserved.