| java.awt.PrintGraphics
PrintGraphics | public interface PrintGraphics (Code) | | An abstract class which provides a print graphics context for a page.
version: 1.9 08/19/02 author: Amy Fowler |
Method Summary | |
public PrintJob | getPrintJob() Returns the PrintJob object from which this PrintGraphics
object originated. |
getPrintJob | public PrintJob getPrintJob()(Code) | | Returns the PrintJob object from which this PrintGraphics
object originated.
|
|
|