Uses of Class
org.openpdf.text.pdf.PdfGraphics2D
Packages that use PdfGraphics2D
-
Uses of PdfGraphics2D in org.openpdf.text.pdf
Subclasses of PdfGraphics2D in org.openpdf.text.pdfModifier and TypeClassDescriptionclassThis is an extension class for the sole purpose of implementing thePrinterGraphicsinterface.Methods in org.openpdf.text.pdf that return PdfGraphics2DModifier and TypeMethodDescriptionprotected PdfGraphics2DPdfGraphics2D.createChild()protected PdfGraphics2DPdfPrinterGraphics2D.createChild()Constructors in org.openpdf.text.pdf with parameters of type PdfGraphics2DModifierConstructorDescriptionprotectedPdfGraphics2D(PdfGraphics2D parent) Copy constructor for child PdfGraphics2D objects.