org.wicketstuff.openlayers.api
Class MarkerOptions
java.lang.Object
org.wicketstuff.openlayers.api.MarkerOptions
- All Implemented Interfaces:
- Serializable, Value
public class MarkerOptions
- extends Object
- implements Value
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkerOptions
public MarkerOptions()
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructor in interface Value
- Returns:
- A JavaScript constructor that represents this element.
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
isDraggable
public boolean isDraggable()
setDraggable
public void setDraggable(boolean draggable)
isClickable
public boolean isClickable()
setClickable
public void setClickable(boolean clickable)
isBouncy
public boolean isBouncy()
setBouncy
public void setBouncy(boolean bouncy)
isAutoPan
public boolean isAutoPan()
setAutoPan
public void setAutoPan(boolean autoPan)
setIcon
public void setIcon(Icon icon)
getIcon
public Icon getIcon()
Copyright © 2008-2012. All Rights Reserved.