|
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 |
The ImageProviderRequest interface is used by the ImageProvider to access the properties of a requested image.
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 |
public java.lang.String getNamespaceURI()
public java.lang.String getLocalName()
public java.util.Dictionary getRenderProperties(ImageContext context)
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.
ImageRenderer
,
ImageConstants
|
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 |