org.gwtopenmaps.openlayers.client.control
Class NavigationOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.OpenLayersObjectWrapper
          extended by org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
              extended by org.gwtopenmaps.openlayers.client.control.ControlOptions
                  extended by org.gwtopenmaps.openlayers.client.control.NavigationOptions

public class NavigationOptions
extends ControlOptions

Author:
Edwin Commandeur - Atlis EJS

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
NavigationOptions()
           
 
Method Summary
 void setHandleRightClicks(boolean handleRightClicks)
           
 void setZoomBoxKeyMask(int zoomBoxKeyMask)
           
 void setZoomWheelEnabled(boolean zoomWheelEnabled)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
getListeners, narrowToOpenLayersEObjectWrapper, removeListener
 
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

NavigationOptions

public NavigationOptions()
Method Detail

setZoomWheelEnabled

public void setZoomWheelEnabled(boolean zoomWheelEnabled)

setHandleRightClicks

public void setHandleRightClicks(boolean handleRightClicks)

setZoomBoxKeyMask

public void setZoomBoxKeyMask(int zoomBoxKeyMask)
Parameters:
zoomBoxKeyMask - - by default ... (shift)


Copyright © 2011 sourceforge. All Rights Reserved.