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 TypeClassDescriptionclassA PDF object that is represented by a dictionary.final classA PDF "Type 2" function.classA PDF function object.classA graphics state dictionary.classAStreamthat contains graphics for the PDF document that can be generated via thePDFGraphics2Dclass.classRepresents a page in aPDFDocument.final classAPDFObjectthat maintains the list of pages for the document.classA pattern object (see the concrete subclassPattern.ShadingPattern).static final classA shading pattern object.classAPDFObjectrepresenting a PDF font.classRepresents an image in a PDF document.classRepresents a soft mask image in a PDF document.final classA stitching function.classFields in com.orsonpdf with type parameters of type PDFObjectModifier and TypeFieldDescriptionPDFDocument.otherObjectsA list of other objects added to the document.Methods in com.orsonpdf that return PDFObjectModifier and TypeMethodDescriptionPage.getContents()Returns thePDFObjectthat 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 classAn axial shading.final classA radial shading.classA PDF shading object (this class is abstract, subclasses implement particular shading types).