|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageProviderResponse
ImageProviderResponse objects are returned by the ImageProvider in response to successful image requests. The ImageProviderResponse interface provide access to the properties of the returned image, including its URI, width and height.
ImageProvider
Field Summary | |
---|---|
static int |
UNKNOWN_SIZE
Value returned by getWidth() and getHeight() if the size is not known. |
Method Summary | |
---|---|
int |
getHeight()
Returns the height of the requested image. |
java.lang.String |
getImageURI()
Returns the URI of the image. |
java.util.Collection<MapArea> |
getMapAreas()
Returns an ImmutableArray of MapArea objects which describe the regions of the image which should be included in the image's map. |
int |
getWidth()
Returns the width of the requested image. |
Field Detail |
---|
static final int UNKNOWN_SIZE
Method Detail |
---|
java.lang.String getImageURI()
int getWidth()
Returns UNKNOWN_SIZE if the width is unknown.
int getHeight()
Returns UNKNOWN_SIZE if the height is unknown.
java.util.Collection<MapArea> getMapAreas()
MapArea
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |