|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjava.awt.font.TransformAttribute
public final class TransformAttribute
TransformAttribute クラスは、属性として使用しても安全な変換用の不変ラッパーを提供します。
| コンストラクタの概要 | |
|---|---|
TransformAttribute(AffineTransform transform)
指定された変換をラップします。 |
|
| メソッドの概要 | |
|---|---|
AffineTransform |
getTransform()
ラップされた変換のコピーを返します。 |
boolean |
isIdentity()
ラップされた変換が恒等変換である場合に true を返します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public TransformAttribute(AffineTransform transform)
transform - ラップ対象の指定された AffineTransform| メソッドの詳細 |
|---|
public AffineTransform getTransform()
TransformAttribute のラップされた変換のコピーである AffineTransformpublic boolean isIdentity()
true を返します。
true、そうでない場合は false
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。