Java プラットフォーム 1.2

java.awt.print
インタフェース PrinterGraphics


public abstract interface PrinterGraphics

PrinterGraphics インタフェースは、ページを描画するために Printable オブジェクトに渡される Graphics オブジェクトによって実装されます。このインタフェースにより、アプリケーションは、印刷を制御する PrinterJob オブジェクトを見つけることができます。


メソッドの概要
 PrinterJob getPrinterJob()
          現在の描画要求を制御している PrinterJob を返します。
 

メソッドの詳細

getPrinterJob

public PrinterJob getPrinterJob()
現在の描画要求を制御している PrinterJob を返します。
戻り値:
現在の描画要求を制御している PrinterJob
関連項目:
Printable

Java プラットフォーム 1.2

バグや機能要求の報告
新しい javadoc の表示についてのコメントやご提案
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.