Uses of Class
com.orsonpdf.PDFObject
-
Packages that use PDFObject Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.shading Contains shading classes that support thePDFGraphics2D
implementation. -
-
Uses of PDFObject in com.orsonpdf
Subclasses of PDFObject in com.orsonpdf Modifier and Type Class Description class
DictionaryObject
A PDF object that is represented by a dictionary.class
ExponentialInterpolationFunction
A PDF "Type 2" function.class
Function
A PDF function object.class
GraphicsStateDictionary
A graphics state dictionary.class
GraphicsStream
AStream
that contains graphics for the PDF document that can be generated via thePDFGraphics2D
class.class
Page
Represents a page in aPDFDocument
.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.class
PDFImage
Represents an image in a PDF document.class
PDFSoftMaskImage
Represents a soft mask image in a PDF document.class
StitchingFunction
A stitching function.class
Stream
Fields in com.orsonpdf 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 com.orsonpdf that return PDFObject Modifier and Type Method Description PDFObject
Page. getContents()
Returns thePDFObject
that represents the page content.Methods in com.orsonpdf with parameters of type PDFObject Modifier and Type Method Description void
PDFDocument. addObject(PDFObject object)
Adds an object to the document. -
Uses of PDFObject in com.orsonpdf.shading
Subclasses of PDFObject in com.orsonpdf.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).
-