Uses of Class
com.orsonpdf.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 com.orsonpdf
Subclasses of PDFObject in com.orsonpdfModifier and TypeClassDescriptionclass
A PDF object that is represented by a dictionary.final class
A PDF "Type 2" function.class
A PDF function object.class
A graphics state dictionary.class
AStream
that contains graphics for the PDF document that can be generated via thePDFGraphics2D
class.class
Represents a page in aPDFDocument
.final 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.class
Represents an image in a PDF document.class
Represents a soft mask image in a PDF document.final class
A stitching function.class
Fields in com.orsonpdf with type parameters of type PDFObjectModifier and TypeFieldDescriptionPDFDocument.otherObjects
A list of other objects added to the document.Methods in com.orsonpdf that return PDFObjectModifier and TypeMethodDescriptionPage.getContents()
Returns thePDFObject
that represents the page content.Methods in com.orsonpdf with parameters of type PDFObject -
Uses of PDFObject in com.orsonpdf.shading
Subclasses of PDFObject in com.orsonpdf.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).