クラスjava.awt.PageAttributes.OrientationRequestedType
の使用
PageAttributes.OrientationRequestedTypeを使用するパッケージ
-
java.awtでのPageAttributes.OrientationRequestedTypeの使用
PageAttributes.OrientationRequestedTypeとして宣言されたjava.awtのフィールド修飾子と型フィールド説明static final PageAttributes.OrientationRequestedTypePageAttributes.OrientationRequestedType.LANDSCAPE横方向の指定に使用するOrientationRequestedTypeインスタンスです。static final PageAttributes.OrientationRequestedTypePageAttributes.OrientationRequestedType.PORTRAIT縦方向の指定に使用するOrientationRequestedTypeインスタンスです。型PageAttributes.OrientationRequestedTypeのパラメータを持つjava.awtのメソッド修飾子と型メソッド説明voidPageAttributes.setOrientationRequested(PageAttributes.OrientationRequestedType orientationRequested) これらの属性を使用するページの用紙方向を指定します。型PageAttributes.OrientationRequestedTypeのパラメータを持つjava.awtのコンストラクタ修飾子コンストラクタ説明PageAttributes(PageAttributes.ColorType color, PageAttributes.MediaType media, PageAttributes.OrientationRequestedType orientationRequested, PageAttributes.OriginType origin, PageAttributes.PrintQualityType printQuality, int[] printerResolution) 各属性に指定された値を持つPageAttributesインスタンスを生成します。