Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.image
Interface ImageProviderRequest

All Known Implementing Classes:
ImageProviderRequestImpl, BaseColorizedIconKey, GlobalButtonKey, FlippedIconKey, ButtonKey, TabBarKey

public interface ImageProviderRequest

The ImageProviderRequest interface is used by the ImageProvider to access the properties of a requested image.

See Also:
ImageProvider

Method Summary
 java.lang.String getLocalName()
          Returns the local name of the image described by this request.
 java.lang.String getNamespaceURI()
          Returns the namespace URI for the image described by this request.
 java.util.Dictionary getRenderProperties(ImageContext context)
          Returns the dictionary of properties to use when rendering the requested image.
 

Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
Returns the namespace URI for the image described by this request.

getLocalName

public java.lang.String getLocalName()
Returns the local name of the image described by this request.

getRenderProperties

public java.util.Dictionary getRenderProperties(ImageContext context)
Returns the dictionary of properties to use when rendering the requested image.

The properties returned from getRenderProperties() should be suitable for consumption by an ImageRenderer. As such, properties should be defined by the *_KEY constants defined by the ImageConstants interface.

See Also:
ImageRenderer, ImageConstants

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

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