Uses of Class
org.jfree.pdf.internal.PDFObject
-
Packages that use PDFObject Package Description org.jfree.pdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).org.jfree.pdf.dictionary org.jfree.pdf.function org.jfree.pdf.internal org.jfree.pdf.shading Contains shading classes that support thePDFGraphics2Dimplementation.org.jfree.pdf.stream -
-
Uses of PDFObject in org.jfree.pdf
Subclasses of PDFObject in org.jfree.pdf Modifier and Type Class Description classPageRepresents a page in aPDFDocument.Fields in org.jfree.pdf with type parameters of type PDFObject Modifier and Type Field Description private java.util.List<PDFObject>PDFDocument. otherObjectsA list of other objects added to the document.Methods in org.jfree.pdf that return PDFObject Modifier and Type Method Description PDFObjectPage. getContents()Returns thePDFObjectthat represents the page content.Methods in org.jfree.pdf with parameters of type PDFObject Modifier and Type Method Description (package private) voidPDFDocument. addObject(PDFObject object)Adds an object to the document. -
Uses of PDFObject in org.jfree.pdf.dictionary
Subclasses of PDFObject in org.jfree.pdf.dictionary Modifier and Type Class Description classDictionaryObjectA PDF object that is represented by a dictionary.classGraphicsStateDictionaryA graphics state dictionary. -
Uses of PDFObject in org.jfree.pdf.function
Subclasses of PDFObject in org.jfree.pdf.function Modifier and Type Class Description classExponentialInterpolationFunctionA PDF "Type 2" function.classFunctionA PDF function object.classStitchingFunctionA stitching function. -
Uses of PDFObject in org.jfree.pdf.internal
Subclasses of PDFObject in org.jfree.pdf.internal Modifier and Type Class Description classPagesAPDFObjectthat maintains the list of pages for the document.classPatternA pattern object (see the concrete subclassPattern.ShadingPattern).static classPattern.ShadingPatternA shading pattern object.classPDFFontAPDFObjectrepresenting a PDF font. -
Uses of PDFObject in org.jfree.pdf.shading
Subclasses of PDFObject in org.jfree.pdf.shading Modifier and Type Class Description classAxialShadingAn axial shading.classRadialShadingA radial shading.classShadingA PDF shading object (this class is abstract, subclasses implement particular shading types). -
Uses of PDFObject in org.jfree.pdf.stream
Subclasses of PDFObject in org.jfree.pdf.stream Modifier and Type Class Description classGraphicsStreamAStreamthat contains graphics for the PDF document that can be generated via thePDFGraphics2Dclass.classPDFImageRepresents an image in a PDF document.classPDFSoftMaskImageRepresents a soft mask image in a PDF document.classStream
-