org.wicketstuff.openlayers.api
Class Size

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

public class Size
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
Size(float width, float height)
           
 
Method Summary
 float getHeight()
           
 String getId()
           
 String getJSadd()
          create size as a variable..
 String getJSconstructor()
           
 float getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size

public Size(float width,
            float height)
Method Detail

getWidth

public float getWidth()

getHeight

public float getHeight()

getJSconstructor

public 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.