org.wicketstuff.openlayers.api
Class Icon

java.lang.Object
  extended by org.wicketstuff.openlayers.api.Icon
All Implemented Interfaces:
Serializable

public class Icon
extends Object
implements Serializable

http://dev.openlayers.org/apidocs/files/OpenLayers/Icon-js.html

See Also:
Serialized Form

Constructor Summary
Icon(String url, Pixel offset, Size shadowSize)
           
 
Method Summary
 String getId()
           
 String getJSadd()
          create size as a variable..
protected  String getJSconstructor()
           
 Pixel getOffset()
           
 Size getSize()
           
 void setSize(Size size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Icon

public Icon(String url,
            Pixel offset,
            Size shadowSize)
Method Detail

getSize

public Size getSize()

setSize

public void setSize(Size size)

getOffset

public Pixel getOffset()

getJSconstructor

protected String getJSconstructor()

getId

public String getId()

getJSadd

public String getJSadd()
create size as a variable.. Possibly to add to icon

Parameters:
map -
Returns:


Copyright © 2008-2012. All Rights Reserved.