org.gwtopenmaps.openlayers.client.handler
Class HandlerOptions

java.lang.Object
  extended by org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
      extended by org.gwtopenmaps.openlayers.client.handler.HandlerOptions
Direct Known Subclasses:
BaseGeometryHandlerOptions, PathHandlerOptions, RegularPolygonHandlerOptions

public class HandlerOptions
extends JSObjectWrapper


Constructor Summary
protected HandlerOptions(JSObject jsObject)
           
 
Method Summary
 void setKeyMask(int keyMask)
           
 
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

HandlerOptions

protected HandlerOptions(JSObject jsObject)
Method Detail

setKeyMask

public void setKeyMask(int keyMask)
Parameters:
keyMask - Use bitwise operators and one or more of the OpenLayers.Handler constants to construct a keyMask.


Copyright © 2011 sourceforge. All Rights Reserved.