Public Member Functions | |
Graphics | create () |
PrintJob | getPrintJob () |
Package Functions | |
graphic (PDFPage page, PDFJob job) | |
graphic (PDFPage page, PDFJob job, PrintWriter pw) |
Like with java.awt, Graphics instances created with PrintJob implement the PrintGraphics interface. Here we implement that method, and overide PDFGraphics.create() method, so all instances have this interface.
|
|
|
This is used by our version of create() |
|
This returns a child instance of this Graphics object. As with AWT, the affects of using the parent instance while the child exists, is not determined. This method is used to make a new Graphics object without going to a new page Once complete, the child should be released with it's dispose() method which will restore the graphics state to it's parent.
Reimplemented from gnu::jpdf::PDFGraphics. |
|
This is the PrintGraphics interface
|