Uses of Class
org.apache.fop.pdf.PDFXObject
Packages that use PDFXObject
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
Classes that add SVG support to FOP and SVG->PDF conversion for Batik.
-
Uses of PDFXObject in org.apache.fop.pdf
Subclasses of PDFXObject in org.apache.fop.pdfModifier and TypeClassDescriptionclass
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
PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.Fields in org.apache.fop.pdf with type parameters of type PDFXObjectModifier and TypeFieldDescriptionprivate Set<PDFXObject>
PDFResourceContext.xObjects
protected Set<PDFXObject>
PDFResources.xObjects
Set of XObjectsprivate Map<String,
PDFXObject> PDFDocument.xObjectsMap
Methods in org.apache.fop.pdf that return PDFXObjectModifier and TypeMethodDescriptionPDFDocument.getXObject
(String key) Get an XObject from the image map.Methods in org.apache.fop.pdf that return types with arguments of type PDFXObjectMethods in org.apache.fop.pdf with parameters of type PDFXObjectModifier and TypeMethodDescriptionvoid
PDFResourceContext.addXObject
(PDFXObject xObject) void
PDFResources.addXObject
(PDFXObject xObject) Add an XObject to the resources.private void
PDFDocument.putXObject
(String key, PDFXObject pdfxObject) -
Uses of PDFXObject in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFXObjectModifier and TypeMethodDescriptionvoid
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, String structElemType, int mcid) Places a previously registered image at a certain place on the page, bracketing it as a marked-content sequence.private void
PDFPainter.placeImage
(Rectangle rect, PDFXObject xobj) Places a previously registered image at a certain place on the page.private void
PDFPainter.placeImageAccess
(Rectangle rect, PDFXObject xobj) Places a previously registered image at a certain place on the page - Accessibility version -
Uses of PDFXObject in org.apache.fop.svg
Methods in org.apache.fop.svg that return PDFXObjectModifier and TypeMethodDescriptionprivate PDFXObject
PDFGraphics2D.addRenderedImage
(String key, RenderedImage img) Methods in org.apache.fop.svg with parameters of type PDFXObjectModifier and TypeMethodDescriptionprivate void
PDFGraphics2D.useXObject
(PDFXObject xObject, AffineTransform xform, float width, float height)