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
ImageFlavor s supported by this instance |
createObjectAreaInfo, setResourceInformation
public AFPDataObjectInfo generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo) throws java.io.IOException
generateDataObjectInfo
in class AFPImageHandler
rendererImageInfo
- 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()
ImageFlavor
s supported by this instanceprotected AFPDataObjectInfo createDataObjectInfo()
createDataObjectInfo
in class AFPImageHandler
Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.