クラスjava.awt.JobAttributes.DestinationType
の使用
-
JobAttributes.DestinationTypeを使用するパッケージ パッケージ 説明 java.awt ユーザー・インタフェースの作成およびグラフィックスとイメージのペイント用のすべてのクラスを含みます。 -
-
java.awtでのJobAttributes.DestinationTypeの使用
JobAttributes.DestinationTypeとして宣言されているjava.awtのフィールド 修飾子と型 フィールド 説明 static JobAttributes.DestinationTypeJobAttributes.DestinationType. FILEファイルへの出力を指定するために使用するDestinationTypeインスタンス。static JobAttributes.DestinationTypeJobAttributes.DestinationType. PRINTERプリンタへの出力を指定するために使用するDestinationTypeインスタンス。JobAttributes.DestinationTypeを返すjava.awtのメソッド 修飾子と型 メソッド 説明 JobAttributes.DestinationTypeJobAttributes. getDestination()これらの属性を使用するジョブについて、プリンタまたはファイルのどちらに出力するかを指定します。JobAttributes.DestinationType型のパラメータを持つjava.awtのメソッド 修飾子と型 メソッド 説明 voidJobAttributes. 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インスタンスを構築します。
-