Java Platform 1.2
Beta 4

Class java.awt.font.TransformAttribute

java.lang.Object
  |
  +--java.awt.font.TransformAttribute

public final class TransformAttribute
extends Object
implements Serializable
An immutable wrapper for a transform to make it safe to use as an attribute.

See Also:
Serialized Form

Constructor Summary
TransformAttribute(AffineTransform transform)
          Wrap the transform.
 
Method Summary
 AffineTransform getTransform()
          Return a copy of the wrapped transform.
 
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

Constructor Detail

TransformAttribute

public TransformAttribute(AffineTransform transform)
Wrap the transform. The transform is cloned and a reference is kept to the clone. The original transform is unchanged.
Method Detail

getTransform

public AffineTransform getTransform()
Return a copy of the wrapped transform.

Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.