Uses of Class
javax.media.ding3d.utils.behaviors.interpolators.TCBKeyFrame

Packages that use TCBKeyFrame
javax.media.ding3d.utils.behaviors.interpolators Provides spline-based interpolation behaviors. 
 

Uses of TCBKeyFrame in javax.media.ding3d.utils.behaviors.interpolators
 

Methods in javax.media.ding3d.utils.behaviors.interpolators that return TCBKeyFrame
 TCBKeyFrame TCBSplinePathInterpolator.getKeyFrame(int index)
          This method retrieves the key frame at the specified index.
 

Constructors in javax.media.ding3d.utils.behaviors.interpolators with parameters of type TCBKeyFrame
RotPosScaleTCBSplinePathInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, TCBKeyFrame[] keys)
          Constructs a new RotPosScaleTCBSplinePathInterpolator object that varies the rotation, translation, and scale of the target TransformGroup's transform.
TCBKeyFrame(TCBKeyFrame kf)
           
TCBSplinePathInterpolator(Alpha alpha, TCBKeyFrame[] keys)
          Deprecated. As of Java 3D version 1.3, replaced by TCBSplinePathInterpolator(Alpha, TransformGroup, TCBKeyFrame[])
TCBSplinePathInterpolator(Alpha alpha, TransformGroup target, TCBKeyFrame[] keys)
          Constructs a new TCBSplinePathInterpolator object that interpolates between keyframes with specified alpha, target and default axisOfTransform set to identity.
TCBSplinePathInterpolator(Alpha alpha, TransformGroup target, Transform3D axisOfTransform, TCBKeyFrame[] keys)
          Constructs a new TCBSplinePathInterpolator object that interpolates between keyframes with specified alpha, target and axisOfTransform.