Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image
Class ImageProviderResponseImpl

java.lang.Object
  |
  +--oracle.cabo.image.ImageProviderResponseImpl
All Implemented Interfaces:
ImageProviderResponse

public class ImageProviderResponseImpl
extends java.lang.Object
implements ImageProviderResponse

ImageProviderResponse implementation.

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

ImageProviderResponseImpl

public ImageProviderResponseImpl(java.lang.String imageURI,
                                 java.util.Dictionary responseProperties)
Creates an ImageProviderResponseImpl from a URI and Dictionary of response properties.
Method Detail

getImageURI

public java.lang.String getImageURI()
Returns the URI of the image.
Specified by:
getImageURI in interface ImageProviderResponse

getWidth

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

Returns UNKNOWN_SIZE if the width is unknown.

Specified by:
getWidth in interface ImageProviderResponse

getHeight

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

Returns UNKNOWN_SIZE if the height is unknown.

Specified by:
getHeight in interface ImageProviderResponse

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.
Specified by:
getMapAreas in interface ImageProviderResponse
See Also:
MapArea

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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