JavaTM 2 Platform
Standard Ed. 6

java.awt.print
介面 PrinterGraphics


public interface PrinterGraphics

PrinterGraphics 介面由被傳遞到 Printable 物件以呈現頁面的 Graphics 物件實作。該介面允許應用程序尋找正在控制列印的 PrinterJob 物件。


方法摘要
 PrinterJob getPrinterJob()
          返回正在控制當前呈現請求的 PrinterJob
 

方法詳細資訊

getPrinterJob

PrinterJob getPrinterJob()
返回正在控制當前呈現請求的 PrinterJob

返回:
控制當前呈現請求的 PrinterJob
另請參見:
Printable

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only