Uses of Class
org.jfree.pdf.internal.PDFObject
Packages that use PDFObject
Package
Description
Contains
PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).Contains shading classes that support the
PDFGraphics2D
implementation.-
Uses of PDFObject in org.jfree.pdf
Subclasses of PDFObject in org.jfree.pdfFields in org.jfree.pdf with type parameters of type PDFObjectModifier and TypeFieldDescriptionPDFDocument.otherObjects
A list of other objects added to the document.Methods in org.jfree.pdf that return PDFObjectModifier and TypeMethodDescriptionPage.getContents()
Returns thePDFObject
that represents the page content.Methods in org.jfree.pdf with parameters of type PDFObject -
Uses of PDFObject in org.jfree.pdf.dictionary
Subclasses of PDFObject in org.jfree.pdf.dictionaryModifier and TypeClassDescriptionclass
A PDF object that is represented by a dictionary.class
A graphics state dictionary. -
Uses of PDFObject in org.jfree.pdf.function
Subclasses of PDFObject in org.jfree.pdf.functionModifier and TypeClassDescriptionfinal class
A PDF "Type 2" function.class
A PDF function object.final class
A stitching function. -
Uses of PDFObject in org.jfree.pdf.internal
Subclasses of PDFObject in org.jfree.pdf.internalModifier and TypeClassDescriptionfinal class
APDFObject
that maintains the list of pages for the document.class
A pattern object (see the concrete subclassPattern.ShadingPattern
).static final class
A shading pattern object.class
APDFObject
representing a PDF font. -
Uses of PDFObject in org.jfree.pdf.shading
Subclasses of PDFObject in org.jfree.pdf.shadingModifier and TypeClassDescriptionfinal class
An axial shading.final class
A radial shading.class
A 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.streamModifier and TypeClassDescriptionclass
AStream
that contains graphics for the PDF document that can be generated via thePDFGraphics2D
class.class
Represents an image in a PDF document.class
Represents a soft mask image in a PDF document.class