Uses of Interface
edu.umd.cs.jazz.util.ZLerp

Packages that use ZLerp
edu.umd.cs.jazz Jazz is a general-purpose Java-based engine that supports 2D visualizations. 
 

Uses of ZLerp in edu.umd.cs.jazz
 

Methods in edu.umd.cs.jazz with parameters of type ZLerp
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, 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.
 



Copyright © 2001 by University of Maryland, College Park, MD 20742, USA All rights reserved.