
 
![[Graphic: Figure from the text]](figs/printgr.gif) 
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
| This HTML Help has been published using the chm2web software. |