org.gwtopenmaps.openlayers.client.marker
Class Box

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.Marker
                  extended by org.gwtopenmaps.openlayers.client.marker.Box

public class Box
extends Marker

Author:
Michel Vitor - Intec

Field Summary
 
Fields inherited from class org.gwtopenmaps.openlayers.client.OpenLayersEObjectWrapper
eventListeners
 
Constructor Summary
  Box(Bounds bounds)
           
  Box(Bounds bounds, String borderColor, int borderWidth)
           
protected Box(JSObject element)
           
 
Method Summary
 void addBoxEventListener(String Event, BoxEventListener listener)
           
 Bounds getBounds()
           
 String getZIndex()
           
static Box narrowToBox(JSObject element)
           
 void setBorder(String borderColor, int borderWidth)
           
 void setZIndex(int zIndex)
           
 
Methods inherited from class org.gwtopenmaps.openlayers.client.Marker
addBrowserEventListener, getIcon, getLonLat, narrowToMarker, setIcon, setImageUrl, setLonLat
 
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

Box

protected Box(JSObject element)

Box

public Box(Bounds bounds,
           String borderColor,
           int borderWidth)

Box

public Box(Bounds bounds)
Method Detail

narrowToBox

public static Box narrowToBox(JSObject element)

setBorder

public void setBorder(String borderColor,
                      int borderWidth)

setZIndex

public void setZIndex(int zIndex)

getZIndex

public String getZIndex()

getBounds

public Bounds getBounds()

addBoxEventListener

public void addBoxEventListener(String Event,
                                BoxEventListener listener)


Copyright © 2011 sourceforge. All Rights Reserved.