com.jme3.animation
Class PoseTrack.PoseFrame

java.lang.Object
  extended by com.jme3.animation.PoseTrack.PoseFrame
All Implemented Interfaces:
Savable, java.lang.Cloneable
Enclosing class:
PoseTrack

public static class PoseTrack.PoseFrame
extends java.lang.Object
implements Savable, java.lang.Cloneable


Constructor Summary
PoseTrack.PoseFrame()
          Serialization-only.
PoseTrack.PoseFrame(Pose[] poses, float[] weights)
           
 
Method Summary
 PoseTrack.PoseFrame clone()
          This method creates a clone of the current object.
 void read(JmeImporter i)
           
 void write(JmeExporter e)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoseTrack.PoseFrame

public PoseTrack.PoseFrame(Pose[] poses,
                           float[] weights)

PoseTrack.PoseFrame

public PoseTrack.PoseFrame()
Serialization-only. Do not use.

Method Detail

clone

public PoseTrack.PoseFrame clone()
This method creates a clone of the current object.

Overrides:
clone in class java.lang.Object
Returns:
a clone of the current object

write

public void write(JmeExporter e)
           throws java.io.IOException
Specified by:
write in interface Savable
Throws:
java.io.IOException

read

public void read(JmeImporter i)
          throws java.io.IOException
Specified by:
read in interface Savable
Throws:
java.io.IOException