Uses of Class
com.jme3.animation.Pose

Packages that use Pose
com.jme3.animation The com.jme3.animation package contains various classes for managing animation inside a jME3 application. 
 

Uses of Pose in com.jme3.animation
 

Methods in com.jme3.animation that return Pose
 Pose Pose.clone()
          This method creates a clone of the current object.
 

Constructors in com.jme3.animation with parameters of type Pose
PoseTrack.PoseFrame(Pose[] poses, float[] weights)