public class AFPImageHandlerXML extends AFPImageHandler
| Constructor and Description |
|---|
AFPImageHandlerXML() |
| Modifier and Type | Method and Description |
|---|---|
protected AFPDataObjectInfo |
createDataObjectInfo()
Creates the data object information object
|
AFPDataObjectInfo |
generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo)
Generates an intermediate AFPDataObjectInfo that is later used to construct
the appropriate data object in the AFP DataStream.
|
int |
getPriority()
Returns the priority for this image handler.
|
java.lang.Class |
getSupportedImageClass()
Returns the
Class subclass supported by this instance. |
org.apache.xmlgraphics.image.loader.ImageFlavor[] |
getSupportedImageFlavors()
Returns the
ImageFlavors supported by this instance |
createObjectAreaInfo, setResourceInformationpublic AFPDataObjectInfo generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo) throws java.io.IOException
generateDataObjectInfo in class AFPImageHandlerrendererImageInfo - the renderer image infojava.io.IOException - thrown if an I/O exception of some sort has occurred.public int getPriority()
public java.lang.Class getSupportedImageClass()
Class subclass supported by this instance.public org.apache.xmlgraphics.image.loader.ImageFlavor[] getSupportedImageFlavors()
ImageFlavors supported by this instanceprotected AFPDataObjectInfo createDataObjectInfo()
createDataObjectInfo in class AFPImageHandlerCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.