パッケージ | 説明 |
---|---|
java.awt.print |
このパッケージは、汎用印刷 API で使用するクラスおよびインタフェースを提供します。
|
javax.print |
JavaTM 印刷サービス API の主体クラスとインタフェースを提供します。
|
javax.print.attribute |
JavaTM Print Service の属性の型とそれらが属性セットに収集される方法を記述するクラスとインスタンスを提供します。
|
javax.swing |
すべてのプラットフォーム上で可能なかぎり同じように機能する「軽量」(Java 共通言語) コンポーネントのセットを提供します。
|
javax.swing.text |
編集可能なテキストコンポーネントと編集不能なテキストコンポーネントを処理するクラスとインタフェースを提供します。
|
修飾子と型 | メソッドと説明 |
---|---|
PageFormat |
PrinterJob.getPageFormat(PrintRequestAttributeSet attributes)
このジョブの現在の
PrintService でサポートされる値と一致する値 (つまり、getPrintService() で返される値)、および attributes に格納されたメディア、印刷可能領域、印刷方向を使用して、PageFormat を計算します。 |
PageFormat |
PrinterJob.pageDialog(PrintRequestAttributeSet attributes)
共通プラットフォームのページ設定ダイアログを表示する簡易メソッドです。
|
void |
PrinterJob.print(PrintRequestAttributeSet attributes)
属性セットの設定を使用してページのセットを印刷します。
|
boolean |
PrinterJob.printDialog(PrintRequestAttributeSet attributes)
共通プラットフォームのすべてのサービスに対する印刷ダイアログを表示する簡易メソッドです。
Pageable インタフェースを使用して 2D グラフィックスの印刷が可能です。 |
修飾子と型 | メソッドと説明 |
---|---|
void |
DocPrintJob.print(Doc doc, PrintRequestAttributeSet attributes)
ドキュメントを指定されたジョブ属性で印刷します。
|
void |
MultiDocPrintJob.print(MultiDoc multiDoc, PrintRequestAttributeSet attributes)
指定されたジョブ属性で MultiDoc を印刷します。
|
static PrintService |
ServiceUI.printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes)
印刷サービス (プリンタ) 選択用ダイアログをユーザーに提供します。
|
修飾子と型 | クラスと説明 |
---|---|
class |
HashPrintRequestAttributeSet
HashPrintRequestAttributeSet クラスは、その実装を
HashAttributeSet クラスから継承し、PrintRequestAttributeSet インタフェースの意味上の制限を適用します。 |
修飾子と型 | メソッドと説明 |
---|---|
static PrintRequestAttributeSet |
AttributeSetUtilities.synchronizedView(PrintRequestAttributeSet attributeSet)
指定された印刷要求の属性セットの同期ビューを作成します。
|
static PrintRequestAttributeSet |
AttributeSetUtilities.unmodifiableView(PrintRequestAttributeSet attributeSet)
指定された印刷要求の属性セットの変更不可能なビューを作成します。
|
修飾子と型 | メソッドと説明 |
---|---|
static PrintRequestAttributeSet |
AttributeSetUtilities.synchronizedView(PrintRequestAttributeSet attributeSet)
指定された印刷要求の属性セットの同期ビューを作成します。
|
static PrintRequestAttributeSet |
AttributeSetUtilities.unmodifiableView(PrintRequestAttributeSet attributeSet)
指定された印刷要求の属性セットの変更不可能なビューを作成します。
|
コンストラクタと説明 |
---|
HashPrintRequestAttributeSet(PrintRequestAttributeSet attributes)
初期状態で指定されたセットの値で生成された属性セットの新しい空の属性セットを構築します。ここでは、属性セットのメンバーは
(PrintRequestAttributeSe インタフェースに制限されます。 |
修飾子と型 | メソッドと説明 |
---|---|
boolean |
JTable.print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive)
完全指定の
print メソッドで指定されているとおりに、印刷サービスとして指定されたデフォルトプリンタを使って、このテーブルを印刷します。 |
boolean |
JTable.print(JTable.PrintMode printMode, MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintRequestAttributeSet attr, boolean interactive, PrintService service)
この
JTable を印刷します。 |
修飾子と型 | メソッドと説明 |
---|---|
boolean |
JTextComponent.print(MessageFormat headerFormat, MessageFormat footerFormat, boolean showPrintDialog, PrintService service, PrintRequestAttributeSet attributes, boolean interactive)
この
JTextComponent の内容を印刷します。 |
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.