@Api(allMethods=true) public class CircleInfo extends Object implements IsInfo, CacheableObject
| Constructor and Description |
|---|
CircleInfo() |
| 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 |
getR()
Get circle radius.
|
int |
hashCode()
Calculate object hash code.
|
void |
setR(float value)
Set circle radius.
|
String |
toString()
String representation of object.
|
public float getR()
public void setR(float value)
value - radiuspublic String getCacheId()
getCacheId in interface CacheableObjectpublic String toString()
public boolean equals(Object o)
Copyright © 2015 Geosparc. All Rights Reserved.