|
fop 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFXObject | |
org.apache.fop.pdf | Classes for handling the low-level creation of PDF documents. |
org.apache.fop.render.pdf | PDF Renderer |
Uses of PDFXObject in org.apache.fop.pdf |
Subclasses of PDFXObject in org.apache.fop.pdf | |
class |
PDFFormXObject
PDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data. |
class |
PDFImageXObject
PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data. |
Methods in org.apache.fop.pdf that return PDFXObject | |
PDFXObject |
PDFDocument.getXObject(java.lang.String key)
Get an XObject from the image map. |
Methods in org.apache.fop.pdf with parameters of type PDFXObject | |
void |
PDFResources.addXObject(PDFXObject xObject)
Add an XObject to the resources. |
Uses of PDFXObject in org.apache.fop.render.pdf |
Methods in org.apache.fop.render.pdf that return PDFXObject | |
PDFXObject |
PDFImageHandlerXML.generateImage(RendererContext context,
org.apache.xmlgraphics.image.loader.Image image,
java.awt.Point origin,
java.awt.Rectangle pos)
Generates the PDF objects for the given Image instance. If the handler generates
an XObject, it shall return it or otherwise return null. A generated XObject shall be
placed in the current viewport according to the two parameters "origin" and "pos". |
PDFXObject |
PDFImageHandlerRawJPEG.generateImage(RendererContext context,
org.apache.xmlgraphics.image.loader.Image image,
java.awt.Point origin,
java.awt.Rectangle pos)
Generates the PDF objects for the given Image instance. If the handler generates
an XObject, it shall return it or otherwise return null. A generated XObject shall be
placed in the current viewport according to the two parameters "origin" and "pos". |
PDFXObject |
PDFImageHandlerGraphics2D.generateImage(RendererContext context,
org.apache.xmlgraphics.image.loader.Image image,
java.awt.Point origin,
java.awt.Rectangle pos)
Generates the PDF objects for the given Image instance. If the handler generates
an XObject, it shall return it or otherwise return null. A generated XObject shall be
placed in the current viewport according to the two parameters "origin" and "pos". |
PDFXObject |
PDFImageHandlerRenderedImage.generateImage(RendererContext context,
org.apache.xmlgraphics.image.loader.Image image,
java.awt.Point origin,
java.awt.Rectangle pos)
Generates the PDF objects for the given Image instance. If the handler generates
an XObject, it shall return it or otherwise return null. A generated XObject shall be
placed in the current viewport according to the two parameters "origin" and "pos". |
PDFXObject |
PDFImageHandlerRawCCITTFax.generateImage(RendererContext context,
org.apache.xmlgraphics.image.loader.Image image,
java.awt.Point origin,
java.awt.Rectangle pos)
Generates the PDF objects for the given Image instance. If the handler generates
an XObject, it shall return it or otherwise return null. A generated XObject shall be
placed in the current viewport according to the two parameters "origin" and "pos". |
PDFXObject |
PDFImageHandler.generateImage(RendererContext context,
org.apache.xmlgraphics.image.loader.Image image,
java.awt.Point origin,
java.awt.Rectangle pos)
Generates the PDF objects for the given Image instance. |
Methods in org.apache.fop.render.pdf with parameters of type PDFXObject | |
void |
PDFRenderer.placeImage(float x,
float y,
float w,
float h,
PDFXObject xobj)
Places a previously registered image at a certain place on the page. |
void |
PDFContentGenerator.placeImage(float x,
float y,
float w,
float h,
PDFXObject xobj)
Places a previously registered image at a certain place on the page. |
void |
PDFContentGenerator.placeImage(float x,
float y,
float w,
float h,
PDFXObject xobj,
java.lang.String structElemType,
int mcid)
Places a previously registered image at a certain place on the page, bracketing it as a marked-content sequence. |
|
fop 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |