Uses of Class
com.jme3.math.Spline.SplineType

Packages that use Spline.SplineType
com.jme3.cinematic   
com.jme3.math The com.jme3.math package provides mathematic data structures and utilities which are used by the rest of the engine. 
com.jme3.scene.shape   
 

Uses of Spline.SplineType in com.jme3.cinematic
 

Methods in com.jme3.cinematic that return Spline.SplineType
 Spline.SplineType MotionPath.getPathSplineType()
          return the type of spline used for the path interpolation for this path
 

Methods in com.jme3.cinematic with parameters of type Spline.SplineType
 void MotionPath.setPathSplineType(Spline.SplineType pathSplineType)
          sets the type of spline used for the path interpolation for this path
 

Uses of Spline.SplineType in com.jme3.math
 

Methods in com.jme3.math that return Spline.SplineType
 Spline.SplineType Spline.getType()
          return the type of the spline
static Spline.SplineType Spline.SplineType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Spline.SplineType[] Spline.SplineType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.math with parameters of type Spline.SplineType
 void Spline.setType(Spline.SplineType type)
          Sets the type of the spline
 

Constructors in com.jme3.math with parameters of type Spline.SplineType
Spline(Spline.SplineType splineType, java.util.List<Vector3f> controlPoints, float curveTension, boolean cycle)
          Create a spline
Spline(Spline.SplineType splineType, Vector3f[] controlPoints, float curveTension, boolean cycle)
          Create a spline
 

Uses of Spline.SplineType in com.jme3.scene.shape
 

Methods in com.jme3.scene.shape that return Spline.SplineType
 Spline.SplineType Surface.getType()
          This method returns the type of the surface.