@Api(allMethods=true) public class SymbolInfo extends Object implements IsInfo, CacheableObject
| Constructor and Description |
|---|
SymbolInfo()
No args constructor for GWT.
|
SymbolInfo(SymbolInfo other)
Copy constructor.
|
| 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.
|
CircleInfo |
getCircle()
Get the circle for the symbol.
|
ImageInfo |
getImage()
Get the image for this symbol.
|
RectInfo |
getRect()
Get the rectangle for this symbol.
|
int |
hashCode()
Calculate object hash code.
|
void |
setCircle(CircleInfo circle)
Set circle for the symbol.
|
void |
setImage(ImageInfo image)
Set the image for this symbol.
|
void |
setRect(RectInfo rect)
Set the rectangle for this symbol.
|
String |
toString()
String representation of object.
|
public SymbolInfo()
public SymbolInfo(SymbolInfo other)
SymbolInfo object.other - the symbol to copypublic CircleInfo getCircle()
public void setCircle(CircleInfo circle)
circle - circlepublic RectInfo getRect()
public void setRect(RectInfo rect)
rect - rectanglepublic ImageInfo getImage()
public void setImage(ImageInfo image)
image - the image symbol.public String getCacheId()
getCacheId in interface CacheableObjectpublic String toString()
public boolean equals(Object o)
Copyright © 2015 Geosparc. All Rights Reserved.