API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.font. TransformAttribute View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      TransformAttribute
Implements
 Serializable
Subclasses
Description
publicfinal class TransformAttribute
The TransformAttribute class provides an immutable wrapper for a transform so that it is safe to use as an attribute.
See also:   
Constructors
public TransformAttribute (AffineTransform transform)
  Wraps the specified transform.
Methods
Hide/Show inherited methods
public boolean equals (Object rhs)
  Returns true if rhs is a TransformAttribute whose transform is equal to this TransformAttribute's transform.
public AffineTransform getTransform ()
  Returns a copy of the wrapped transform.
public int hashCode ()
 
public boolean isIdentity ()
  Returns true if the wrapped transform is an identity transform.
Fields
Hide/Show inherited fields
publicfinalstatic TransformAttribute IDENTITY
  A TransformAttribute representing the identity transform.
pack-privatefinalstatic long serialVersionUID = "3356247357827709530"
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar