|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.print.attribute.EnumSyntax javax.print.attribute.standard.OrientationRequested
public final class OrientationRequested
OrientationRequested は、印刷される出力ストリームページの方向を値の列挙で示す印刷属性クラスです。クライアントが指定する出力ストリームの方向は記述しません。
"application/postscript"
などの一部のドキュメント形式では、出力ストリームページの方向はドキュメントデータ内で指定されます。この情報は印刷ジョブの送信前にデバイスドライバで生成されます。"text/plain"
などのドキュメント形式には、方向についての情報は含まれません。この場合、ドキュメント送信後、方向についての情報をプリンタ側で決定できます。"text/plain"
や "text/html"
などのドキュメント形式では、プリンタが OrientationRequested 属性だけをサポートしていることを想定していますが、"application/postscript"
などではそのような想定はありません。印刷ジョブを、常に複数のジョブテンプレート属性の値で制約することができる点は、ほかのジョブテンプレート属性と同じです。ただしここでは、一般的に OrientationRequested 属性はプリンタがサポートしているドキュメント形式の一部だけにサポートされている点に注意する必要があります。
IPP 互換性: getName()
で返されるカテゴリ名が IPP 属性名、列挙される整数値が IPP の値、toString()
メソッドが返す値が属性値の IPP 文字列表現にそれぞれ対応します。
フィールドの概要 | |
---|---|
static OrientationRequested |
LANDSCAPE
コンテンツは媒体上に横長に印刷されます。 |
static OrientationRequested |
PORTRAIT
コンテンツは媒体上に縦長に印刷されます。 |
static OrientationRequested |
REVERSE_LANDSCAPE
コンテンツは媒体上に横長に印刷されますが、ランドスケープとは逆になります。 |
static OrientationRequested |
REVERSE_PORTRAIT
コンテンツは媒体上に縦長に印刷されますが、ポートレートとは上下逆になります。 |
コンストラクタの概要 | |
---|---|
protected |
OrientationRequested(int value)
指定された整数値を使用して新しい方向要求列挙値を構築します。 |
メソッドの概要 | |
---|---|
Class<? extends Attribute> |
getCategory()
この印刷属性値の「カテゴリ」として使用される印刷属性クラスを返します。 |
protected EnumSyntax[] |
getEnumValueTable()
OrientationRequested クラスの列挙値テーブルを返します。 |
String |
getName()
属性値がインスタンスとなるカテゴリの名前を返します。 |
protected int |
getOffset()
OrientationRequested クラスで使用される最小の整数値を返します。 |
protected String[] |
getStringTable()
OrientationRequested クラスの文字列テーブルを返します。 |
クラス javax.print.attribute.EnumSyntax から継承されたメソッド |
---|
clone, getValue, hashCode, readResolve, toString |
クラス java.lang.Object から継承されたメソッド |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public static final OrientationRequested PORTRAIT
public static final OrientationRequested LANDSCAPE
public static final OrientationRequested REVERSE_LANDSCAPE
public static final OrientationRequested REVERSE_PORTRAIT
Finishings
属性で使用されます。したがって、一般的な単純な仕上げ処理デバイスを使用して、ヘブライ語などの中東の言語の text/plain
ポートレートモードドキュメントの右側を綴じることができます。
コンストラクタの詳細 |
---|
protected OrientationRequested(int value)
value
- 整数値メソッドの詳細 |
---|
protected String[] getStringTable()
EnumSyntax
内の getStringTable
protected EnumSyntax[] getEnumValueTable()
EnumSyntax
内の getEnumValueTable
protected int getOffset()
EnumSyntax
内の getOffset
public final Class<? extends Attribute> getCategory()
OrientationRequested クラスの場合、カテゴリは OrientationRequested クラス自身です。
Attribute
内の getCategory
java.lang.Class
クラスのインスタンスpublic final String getName()
OrientationRequested クラスの場合、カテゴリ名は orientation-requested
になります。
Attribute
内の getName
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。