|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.AFPImageHandler
org.apache.fop.render.afp.AFPImageHandlerXML
public class AFPImageHandlerXML
PDFImageHandler implementation which handles XML-based images.
Constructor Summary | |
---|---|
AFPImageHandlerXML()
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.apache.fop.render.afp.AFPImageHandler |
---|
createObjectAreaInfo, setResourceInformation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AFPImageHandlerXML()
Method Detail |
---|
public AFPDataObjectInfo generateDataObjectInfo(AFPRendererImageInfo rendererImageInfo) throws java.io.IOException
generateDataObjectInfo
in class AFPImageHandler
rendererImageInfo
- the renderer image info
java.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 instance
protected AFPDataObjectInfo createDataObjectInfo()
createDataObjectInfo
in class AFPImageHandler
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |