UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.awt.geom.Interpolation

Packages that use Interpolation
edu.berkeley.guir.lib.awt.geom Tools for manipulating shapes and geometries. 
 

Uses of Interpolation in edu.berkeley.guir.lib.awt.geom
 

Subclasses of Interpolation in edu.berkeley.guir.lib.awt.geom
 class LinearInterpolation
          Linearly interpolate between two values.
 class SlowInSlowOut2Interpolation
          Testing new slow-in-slow-out functions, from subArctic and artkit.
 class SlowInSlowOutInterpolation
          SlowInSlowOut interpolate between two values.
 

Methods in edu.berkeley.guir.lib.awt.geom with parameters of type Interpolation
static AffineTransform[] AffineTransformLib.interpolate(AffineTransform txStart, AffineTransform txFinish, Interpolation intrp, int numFrames)
           
 


Copyright Information