wicket.contrib.gmap.api
Class GSize
java.lang.Object
wicket.contrib.gmap.api.GSize
- All Implemented Interfaces:
- Serializable, GValue
public class GSize
- extends Object
- implements GValue
Represents an Maps API's GSize that contains width and height.
- Author:
- Robert Jacolin, Vincent Demay, Gregory Maes - Anyware Technologies
- See Also:
- Serialized Form
|
Constructor Summary |
GSize(float width,
float height)
|
GSize
public GSize(float width,
float height)
getWidth
public float getWidth()
getHeight
public float getHeight()
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructor in interface GValue
- Returns:
- A JavaScript constructor that represents this element.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.