Package 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
-
-
Constructor Summary
Constructors Constructor Description MarkerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IcongetIcon()StringgetJSconstructor()StringgetTitle()booleanisAutoPan()booleanisBouncy()booleanisClickable()booleanisDraggable()voidsetAutoPan(boolean autoPan)voidsetBouncy(boolean bouncy)voidsetClickable(boolean clickable)voidsetDraggable(boolean draggable)voidsetIcon(Icon icon)voidsetTitle(String title)
-
-
-
Method Detail
-
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructorin interfaceValue- 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()
-
-