@Api(allMethods=true) public class RectInfo extends Object implements IsInfo, CacheableObject
| Constructor and Description |
|---|
RectInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Are the two objects equal?
|
String |
getCacheId()
String identifier which is guaranteed to include sufficient information to assure to be different for two
instances which could produce different result.
|
float |
getH()
Get height for the rectangle.
|
float |
getW()
Get rectangle width.
|
int |
hashCode()
Calculate object hash code.
|
void |
setH(float value)
Set rectangle height.
|
void |
setW(float value)
Set rectangle width.
|
String |
toString()
String representation of object.
|
public float getH()
public void setH(float value)
value - rectangle heightpublic float getW()
public void setW(float value)
value - rectangle widthpublic String getCacheId()
getCacheId in interface CacheableObjectpublic String toString()
public boolean equals(Object o)
Copyright © 2015 Geosparc. All Rights Reserved.