Uses of Class
com.orsonpdf.PDFObject
-
Packages that use PDFObject Package Description com.orsonpdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.shading Contains shading classes that support thePDFGraphics2Dimplementation. -
-
Uses of PDFObject in com.orsonpdf
Subclasses of PDFObject in com.orsonpdf Modifier and Type Class Description classDictionaryObjectA PDF object that is represented by a dictionary.classExponentialInterpolationFunctionA PDF "Type 2" function.classFunctionA PDF function object.classGraphicsStateDictionaryA graphics state dictionary.classGraphicsStreamAStreamthat contains graphics for the PDF document that can be generated via thePDFGraphics2Dclass.classPageRepresents a page in aPDFDocument.classPagesAPDFObjectthat maintains the list of pages for the document.classPatternA pattern object (see the concrete subclassPattern.ShadingPattern).static classPattern.ShadingPatternA shading pattern object.classPDFFontAPDFObjectrepresenting a PDF font.classPDFImageRepresents an image in a PDF document.classPDFSoftMaskImageRepresents a soft mask image in a PDF document.classStitchingFunctionA stitching function.classStreamFields in com.orsonpdf with type parameters of type PDFObject Modifier and Type Field Description private java.util.List<PDFObject>PDFDocument. otherObjectsA list of other objects added to the document.Methods in com.orsonpdf that return PDFObject Modifier and Type Method Description PDFObjectPage. getContents()Returns thePDFObjectthat represents the page content.Methods in com.orsonpdf with parameters of type PDFObject Modifier and Type Method Description voidPDFDocument. 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 classAxialShadingAn axial shading.classRadialShadingA radial shading.classShadingA PDF shading object (this class is abstract, subclasses implement particular shading types).
-