Uses of Class
javax.media.j3d.Interpolator

Packages that use Interpolator
com.sun.j3d.utils.behaviors.interpolators Provides spline-based interpolation behaviors. 
javax.media.j3d Provides the core set of classes for the 3D graphics API for the Java platform; click here for more information, including explanatory material that was formerly found in the guide. 
 

Uses of Interpolator in com.sun.j3d.utils.behaviors.interpolators
 

Subclasses of Interpolator in com.sun.j3d.utils.behaviors.interpolators
 class KBRotPosScaleSplinePathInterpolator
          KBRotPosScaleSplinePathInterpolator behavior.
 class KBSplinePathInterpolator
          KBSplinePathInterpolator behavior.
 class RotPosScaleTCBSplinePathInterpolator
          RotPosScaleTCBSplinePathInterpolator behavior.
 class TCBSplinePathInterpolator
          TCBSplinePathInterpolator behavior.
 

Uses of Interpolator in javax.media.j3d
 

Subclasses of Interpolator in javax.media.j3d
 class ColorInterpolator
          Color interpolation behavior.
 class PathInterpolator
          PathInterpolator behavior.
 class PositionInterpolator
          Position interpolator behavior.
 class PositionPathInterpolator
          PositionPathInterpolator behavior.
 class RotationInterpolator
          Rotation interpolator behavior.
 class RotationPathInterpolator
          RotationPathInterpolator behavior.
 class RotPosPathInterpolator
          RotPosPathInterpolator behavior.
 class RotPosScalePathInterpolator
          RotPosScalePathInterpolation behavior.
 class ScaleInterpolator
          Scale interpolation behavior.
 class SwitchValueInterpolator
          SwitchValueInterpolator behavior.
 class TransformInterpolator
          TransformInterpolator is an abstract class that extends Interpolator to provide common methods used by various transform related interpolator subclasses.
 class TransparencyInterpolator
          TransparencyInterpolator behavior.