Uses of Class
org.apache.fop.pdf.PDFXObject
-
Packages that use PDFXObject Package Description org.apache.fop.pdf Classes for handling the low-level creation of PDF documents.org.apache.fop.render.pdf PDF Rendererorg.apache.fop.svg 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.pdf Modifier and Type Class Description classPDFFormXObjectPDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.classPDFImageXObjectPDF 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 PDFXObject Modifier and Type Field Description private java.util.Set<PDFXObject>PDFResourceContext. xObjectsprotected java.util.Set<PDFXObject>PDFResources. xObjectsSet of XObjectsprivate java.util.Map<java.lang.String,PDFXObject>PDFDocument. xObjectsMapMethods in org.apache.fop.pdf that return PDFXObject Modifier and Type Method Description PDFXObjectPDFDocument. getXObject(java.lang.String key)Get an XObject from the image map.Methods in org.apache.fop.pdf that return types with arguments of type PDFXObject Modifier and Type Method Description java.util.Set<PDFXObject>PDFResourceContext. getXObjects()Methods in org.apache.fop.pdf with parameters of type PDFXObject Modifier and Type Method Description voidPDFResourceContext. addXObject(PDFXObject xObject)voidPDFResources. addXObject(PDFXObject xObject)Add an XObject to the resources.private voidPDFDocument. putXObject(java.lang.String key, PDFXObject pdfxObject) -
Uses of PDFXObject in org.apache.fop.render.pdf
Methods in org.apache.fop.render.pdf with parameters of type PDFXObject Modifier and Type Method Description voidPDFContentGenerator. placeImage(float x, float y, float w, float h, PDFXObject xobj)Places a previously registered image at a certain place on the page.voidPDFContentGenerator. 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.private voidPDFPainter. placeImage(java.awt.Rectangle rect, PDFXObject xobj)Places a previously registered image at a certain place on the page.private voidPDFPainter. placeImageAccess(java.awt.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 PDFXObject Modifier and Type Method Description private PDFXObjectPDFGraphics2D. addRenderedImage(java.lang.String key, java.awt.image.RenderedImage img)Methods in org.apache.fop.svg with parameters of type PDFXObject Modifier and Type Method Description private voidPDFGraphics2D. useXObject(PDFXObject xObject, java.awt.geom.AffineTransform xform, float width, float height)
-