PrintGraphicsNamePrintGraphics
DescriptionPrintGraphics is an interface for classes that provide a printing graphics context. Interface Definition
public abstract interface java.awt.PrintGraphics { // Interface Methods public abstract PrintJob getPrintJob(); } Interface MethodsgetPrintJobpublic abstract PrintJob getPrintJob()
See AlsoPrintJob |
|