@Api(allMethods=true) public class ImageInfo extends Object implements IsInfo, CacheableObject
| Constructor and Description |
|---|
ImageInfo() |
| 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.
|
int |
getHeight()
Get the height of the image.
|
String |
getHref()
Get the link to the image.
|
String |
getSelectionHref()
Get the link to the image to be used when a feature is selected.
|
int |
getWidth()
Get the width of the image.
|
int |
hashCode()
Calculate object hash code.
|
void |
setHeight(int height)
Set the height of the image.
|
void |
setHref(String href)
Set the link to the image.
|
void |
setSelectionHref(String selectionHref)
Set the link to the image to be used when a feature is selected.
|
void |
setWidth(int width)
Set the width of the image.
|
String |
toString()
String representation of object.
|
public String getHref()
public void setHref(String href)
href - The image.public String getSelectionHref()
public void setSelectionHref(String selectionHref)
selectionHref - The selection image.public int getWidth()
public void setWidth(int width)
width - The image's width.public int getHeight()
public void setHeight(int height)
height - The image's height.public String getCacheId()
getCacheId in interface CacheableObjectpublic String toString()
public boolean equals(Object o)
Copyright © 2015 Geosparc. All Rights Reserved.