|
Jazz API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZTransformable | |
| edu.umd.cs.jazz | This is the root package for all Jazz classes. |
| Uses of ZTransformable in edu.umd.cs.jazz |
| Classes in edu.umd.cs.jazz that implement ZTransformable | |
class |
ZConstraintGroup
ZConstraintGroup is a transform group node that supports the application of a simple constraint to its children. |
class |
ZStickyGroup
ZStickyGroup is a constraint node that forces the child to always be rendered at a place dependent on the camera view. |
class |
ZTransformGroup
ZTransformGroup is a group node with an affine transform. |
| Methods in edu.umd.cs.jazz with parameters of type ZTransformable | |
static void |
ZTransformGroup.animate(ZTransformable node,
java.awt.geom.AffineTransform tx,
int millis,
ZDrawingSurface surface)
Set the transform of the specified node to the specified transform, and animate the change from its current transformation over the specified number of milliseconds using a slow-in slow-out animation. |
static void |
ZTransformGroup.animate(ZTransformable node,
java.awt.geom.AffineTransform at,
int millis,
ZDrawingSurface surface,
ZLerp lerpTimeFunction)
Set the transform of the specified node to the specified transform, and animate the change from its current transformation over the specified number of milliseconds using a slow-in slow-out animation. |
static void |
ZTransformGroup.animate(ZTransformable[] nodes,
java.awt.geom.AffineTransform[] txs,
int millis,
ZDrawingSurface surface)
Set the transforms of the specified array of nodes to the specified array of transforms, and animate the change over the specified number of milliseconds using a slow-in slow-out animation. |
static void |
ZTransformGroup.animate(ZTransformable[] nodes,
java.awt.geom.AffineTransform[] txs,
int millis,
ZDrawingSurface surface,
ZLerp lerpTimeFunction)
Set the transforms of the specified array of nodes to the specified array of transforms, and animate the change over the specified number of milliseconds using a slow-in slow-out animation. |
|
Jazz API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||