Uses of Class
com.sun.j3d.utils.behaviors.interpolators.KBCubicSplineSegment

Packages that use KBCubicSplineSegment
com.sun.j3d.utils.behaviors.interpolators Provides spline-based interpolation behaviors. 
 

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

Methods in com.sun.j3d.utils.behaviors.interpolators that return KBCubicSplineSegment
 KBCubicSplineSegment KBCubicSplineCurve.getSegment(int index)
          This method returns the KBCubicSplineSegments pointed to by index
 

Methods in com.sun.j3d.utils.behaviors.interpolators with parameters of type KBCubicSplineSegment
 void KBCubicSplineCurve.setSegments(KBCubicSplineSegment[] s)
          This method takes a list of spline segments to replace the existing set of KBCubicSplineSegments that comprise the current KBCubicSplineCurve motion path.