Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image
Interface ImageProviderResponse

All Known Implementing Classes:
ImageProviderResponseImpl

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.

See Also:
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

UNKNOWN_SIZE

public static final int UNKNOWN_SIZE
Value returned by getWidth() and getHeight() if the size is not known.
Method Detail

getImageURI

public java.lang.String getImageURI()
Returns the URI of the image.

getWidth

public int getWidth()
Returns the width of the requested image.

Returns UNKNOWN_SIZE if the width is unknown.


getHeight

public int getHeight()
Returns the height of the requested image.

Returns UNKNOWN_SIZE if the height is unknown.


getMapAreas

public 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.
See Also:
MapArea

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.