|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.awt.font.TransformAttribute
public final class TransformAttribute
TransformAttribute
クラスは、属性として使用しても安全な変換用の不変ラッパーを提供します。
フィールドの概要 | |
---|---|
static TransformAttribute |
IDENTITY
恒等変換を表す TransformAttribute です。 |
コンストラクタの概要 | |
---|---|
TransformAttribute(AffineTransform transform)
指定された変換をラップします。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object rhs)
rhs が、この TransformAttribute の変換と等しい変換を持つ TransformAttribute である場合に、true を返します。 |
AffineTransform |
getTransform()
ラップされた変換のコピーを返します。 |
int |
hashCode()
オブジェクトのハッシュコード値を返します。 |
boolean |
isIdentity()
ラップされた変換が恒等変換である場合、 true を返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final TransformAttribute IDENTITY
TransformAttribute
です。
コンストラクタの詳細 |
---|
public TransformAttribute(AffineTransform transform)
IDENTITY
を使用する方が適切です。)
transform
- ラップ対象の指定された AffineTransform
、または nullメソッドの詳細 |
---|
public AffineTransform getTransform()
TransformAttribute
のラップされた変換のコピーである AffineTransform
public boolean isIdentity()
true
を返します。
true
、そうでない場合は false
public int hashCode()
Object
の記述:java.util.Hashtable
によって提供されるようなハッシュテーブルで使用するために用意されています。
hashCode
メソッドの一般的な規則を次に示します。
hashCode
メソッドを呼び出しても結果は同じ整数値にならなければならない
Object.equals(java.lang.Object)
メソッドで 2 つのオブジェクトが等価でないとされた場合は、これらのオブジェクトに対して hashCode メソッドを呼び出したときに、結果が異なる整数値にならなくてもかまわない。しかし、等しくないオブジェクトについては異なる整数値が生成されるようにすれば、ハッシュテーブルのパフォーマンスを上げることができる
できるかぎり、Object クラスで定義される hashCode メソッドは、異なるオブジェクトについては異なる整数値を返します。通常、これはオブジェクトの内部アドレスを整数値に変換する形で実装されますが、そのような実装テクニックは JavaTM プログラミング言語では不要です。
Object
内の hashCode
Object.equals(java.lang.Object)
,
Hashtable
public boolean equals(Object rhs)
TransformAttribute
の変換と等しい変換を持つ TransformAttribute
である場合に、true
を返します。
Object
内の equals
rhs
- 比較対象のオブジェクト
TransformAttribute
の変換と等しい変換を持つ TransformAttribute
である場合は true
Object.hashCode()
,
Hashtable
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。