|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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. |
oracle.bali.share.collection.ImmutableArray |
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 |
public static final int UNKNOWN_SIZE
Method Detail |
public java.lang.String getImageURI()
public int getWidth()
Returns UNKNOWN_SIZE if the width is unknown.
public int getHeight()
Returns UNKNOWN_SIZE if the height is unknown.
public oracle.bali.share.collection.ImmutableArray getMapAreas()
MapArea
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |