|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.graphics.awt.AWTUtilities
The AWTUtilities class privodes some usefull functionalities
when working with AWT and the Tensegrity Visualization Framework.
| Method Summary | |
static Transform2D |
fromAffineTransform(java.awt.geom.AffineTransform xform)
Converts the given AffineTransform into a
Transform2D. |
static java.awt.geom.AffineTransform |
toAffineTransform(Transform2D xform)
Converts the given Transform2D into an
AffineTransform. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final java.awt.geom.AffineTransform toAffineTransform(Transform2D xform)
Transform2D into an
AffineTransform.
public static final Transform2D fromAffineTransform(java.awt.geom.AffineTransform xform)
AffineTransform into a
Transform2D.
xform - the transformation to convert
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||