public interface PrinterGraphics
PrinterGraphics
接口由Graphics
对象实现,该对象传递给Printable
对象以呈现页面。
它允许应用程序找到正在控制打印的PrinterJob
对象。
Modifier and Type | Method and Description |
---|---|
PrinterJob |
getPrinterJob()
返回
PrinterJob 正在控制当前呈现请求。
|
PrinterJob getPrinterJob()
PrinterJob
正在控制当前呈现请求。
PrinterJob
控制当前呈现请求。
Printable
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.