PrintGraphics is an interface for classes that provide a printing graphics context.
public abstract interface java.awt.PrintGraphics { // Interface Methods public abstract PrintJob getPrintJob(); }
The PrintJob from which the PrintGraphics object originated.
PrintJob