|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| JobAttributes.DestinationType を使用しているパッケージ | |
|---|---|
| java.awt | ユーザーインタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 |
| java.awt での JobAttributes.DestinationType の使用 |
|---|
| JobAttributes.DestinationType として宣言されている java.awt のフィールド | |
|---|---|
static JobAttributes.DestinationType |
JobAttributes.DestinationType.FILE
ファイルへの出力を指定するために使う DestinationType インスタンスです。 |
static JobAttributes.DestinationType |
JobAttributes.DestinationType.PRINTER
プリンタへの印刷を指定するために使う DestinationType インスタンスです。 |
| JobAttributes.DestinationType を返す java.awt のメソッド | |
|---|---|
JobAttributes.DestinationType |
JobAttributes.getDestination()
これらの属性を使用するジョブについて、プリンタまたはファイルのどちらに出力するかを指定します。 |
| JobAttributes.DestinationType 型のパラメータを持つ java.awt のメソッド | |
|---|---|
void |
JobAttributes.setDestination(JobAttributes.DestinationType destination)
これらの属性を使用するジョブについて、プリンタまたはファイルのどちらに出力するかを指定します。 |
| JobAttributes.DestinationType 型のパラメータを持つ java.awt のコンストラクタ | |
|---|---|
JobAttributes(int copies,
JobAttributes.DefaultSelectionType defaultSelection,
JobAttributes.DestinationType destination,
JobAttributes.DialogType dialog,
String fileName,
int maxPage,
int minPage,
JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling,
int[][] pageRanges,
String printer,
JobAttributes.SidesType sides)
各属性に指定された値を持つ JobAttributes インスタンスを構築します。 |
|
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。