Uses of Class
javax.media.j3d.TransformInterpolator

Packages that use TransformInterpolator
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 TransformInterpolator in com.sun.j3d.utils.behaviors.interpolators
 

Subclasses of TransformInterpolator 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 TransformInterpolator in javax.media.j3d
 

Subclasses of TransformInterpolator in javax.media.j3d
 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.