|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageProviderRequest
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.Map<java.lang.Object,java.lang.Object> |
getRenderProperties(ImageContext context)
Returns the dictionary of properties to use when rendering the requested image. |
Method Detail |
---|
java.lang.String getNamespaceURI()
java.lang.String getLocalName()
java.util.Map<java.lang.Object,java.lang.Object> 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |