|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.print.attribute.TextSyntax javax.print.attribute.standard.PrinterLocation
public final class PrinterLocation
PrinterLocation は、デバイスの置かれている場所を識別するテキスト属性の印刷属性クラスです。「XYZ ビル 2 階の 123A 号室」のような情報が提供されます。
IPP 互換性: 文字列の値が IPP 名、ロケールが IPP の言語、getName()
で返されるカテゴリ名が IPP 属性名にそれぞれ対応します。
コンストラクタの概要 | |
---|---|
PrinterLocation(String location,
Locale locale)
指定された場所とロケールを使用して、新しいプリンタ設置場所属性を構築します。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object object)
このプリンタ設置場所属性が、オブジェクトで渡されるものと同等かどうかを返します。 |
Class<? extends Attribute> |
getCategory()
この印刷属性値の「カテゴリ」として使用される印刷属性クラスを返します。 |
String |
getName()
属性値がインスタンスとなるカテゴリの名前を返します。 |
クラス javax.print.attribute.TextSyntax から継承されたメソッド |
---|
getLocale, getValue, hashCode, toString |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public PrinterLocation(String location, Locale locale)
location
- プリンタ設置場所locale
- テキスト文字列の言語。null の場合、Locale.getDefault()
で返される既定のロケールが使用されます。
NullPointerException
- 未確認の例外。location
が null の場合メソッドの詳細 |
---|
public boolean equals(Object object)
object
が null ではない
object
が PrinterLocation クラスのインスタンスである
object
の基底文字列が等しい
object
のロケールが等しい
TextSyntax
内の equals
object
- 比較対象のオブジェクト
object
がこのプリンタ設置場所属性と同等の場合は true、そうでない場合は falseObject.hashCode()
,
Hashtable
public final Class<? extends Attribute> getCategory()
PrinterLocation クラスの場合、カテゴリは PrinterLocation クラス自身です。
Attribute
内の getCategory
java.lang.Class
クラスのインスタンスpublic final String getName()
PrinterLocation クラスの場合、カテゴリ名は printer-location
になります。
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 も参照してください。