Uses of Class
org.jfree.pdf.internal.PDFObject
-
Packages that use PDFObject Package Description org.jfree.pdf ContainsPDFGraphics2D
and 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 thePDFGraphics2D
implementation.org.jfree.pdf.stream -
-
Uses of PDFObject in org.jfree.pdf
Subclasses of PDFObject in org.jfree.pdf Modifier and Type Class Description class
Page
Represents 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. otherObjects
A list of other objects added to the document.Methods in org.jfree.pdf that return PDFObject Modifier and Type Method Description PDFObject
Page. getContents()
Returns thePDFObject
that represents the page content.Methods in org.jfree.pdf with parameters of type PDFObject Modifier and Type Method Description (package private) void
PDFDocument. 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 class
DictionaryObject
A PDF object that is represented by a dictionary.class
GraphicsStateDictionary
A graphics state dictionary. -
Uses of PDFObject in org.jfree.pdf.function
Subclasses of PDFObject in org.jfree.pdf.function Modifier and Type Class Description class
ExponentialInterpolationFunction
A PDF "Type 2" function.class
Function
A PDF function object.class
StitchingFunction
A stitching function. -
Uses of PDFObject in org.jfree.pdf.internal
Subclasses of PDFObject in org.jfree.pdf.internal Modifier and Type Class Description class
Pages
APDFObject
that maintains the list of pages for the document.class
Pattern
A pattern object (see the concrete subclassPattern.ShadingPattern
).static class
Pattern.ShadingPattern
A shading pattern object.class
PDFFont
APDFObject
representing a PDF font. -
Uses of PDFObject in org.jfree.pdf.shading
Subclasses of PDFObject in org.jfree.pdf.shading Modifier and Type Class Description class
AxialShading
An axial shading.class
RadialShading
A radial shading.class
Shading
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.stream Modifier and Type Class Description class
GraphicsStream
AStream
that contains graphics for the PDF document that can be generated via thePDFGraphics2D
class.class
PDFImage
Represents an image in a PDF document.class
PDFSoftMaskImage
Represents a soft mask image in a PDF document.class
Stream
-