|
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 | ||||||||
java.lang.Object | +--oracle.cabo.image.ImageProviderResponseImpl
ImageProviderResponse implementation.
ImageProviderResponse| Fields inherited from interface oracle.cabo.image.ImageProviderResponse |
UNKNOWN_SIZE |
| Constructor Summary | |
ImageProviderResponseImpl(java.lang.String imageURI,
java.util.Dictionary responseProperties)
Creates an ImageProviderResponseImpl from a URI and Dictionary of response properties. |
|
| 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImageProviderResponseImpl(java.lang.String imageURI,
java.util.Dictionary responseProperties)
| Method Detail |
public java.lang.String getImageURI()
getImageURI in interface ImageProviderResponsepublic int getWidth()
Returns UNKNOWN_SIZE if the width is unknown.
getWidth in interface ImageProviderResponsepublic int getHeight()
Returns UNKNOWN_SIZE if the height is unknown.
getHeight in interface ImageProviderResponsepublic oracle.bali.share.collection.ImmutableArray getMapAreas()
getMapAreas in interface ImageProviderResponseMapArea
|
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 | ||||||||