org.wicketstuff.openlayers.api
Class MarkerOptions

java.lang.Object
  extended by org.wicketstuff.openlayers.api.MarkerOptions
All Implemented Interfaces:
Serializable, Value

public class MarkerOptions
extends Object
implements Value

See Also:
Serialized Form

Constructor Summary
MarkerOptions()
           
 
Method Summary
 Icon getIcon()
           
 String getJSconstructor()
           
 String getTitle()
           
 boolean isAutoPan()
           
 boolean isBouncy()
           
 boolean isClickable()
           
 boolean isDraggable()
           
 void setAutoPan(boolean autoPan)
           
 void setBouncy(boolean bouncy)
           
 void setClickable(boolean clickable)
           
 void setDraggable(boolean draggable)
           
 void setIcon(Icon icon)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerOptions

public MarkerOptions()
Method Detail

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.