org.wicketstuff.openlayers.api
Class Size

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

public class Size
extends java.lang.Object
implements java.io.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()
           
 java.lang.String getId()
           
 java.lang.String getJSadd()
          create size as a variable..
 java.lang.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 java.lang.String getJSconstructor()

getId

public java.lang.String getId()

getJSadd

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

Parameters:
map -
Returns:


Copyright © 2008-2010. All Rights Reserved.