com.jmex.model.animation
Class KeyframeController.PointInTime

java.lang.Object
  extended by com.jmex.model.animation.KeyframeController.PointInTime
All Implemented Interfaces:
Savable, java.io.Serializable
Enclosing class:
KeyframeController

public static class KeyframeController.PointInTime
extends java.lang.Object
implements java.io.Serializable, Savable

This class defines a point in time that states morphShape should look like newShape at time seconds

See Also:
Serialized Form

Field Summary
 TriMesh newShape
           
 float time
           
 
Constructor Summary
KeyframeController.PointInTime()
           
KeyframeController.PointInTime(float time, TriMesh shape)
           
 
Method Summary
 java.lang.Class getClassTag()
           
 void read(JMEImporter im)
           
 void write(JMEExporter ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

newShape

public TriMesh newShape

time

public float time
Constructor Detail

KeyframeController.PointInTime

public KeyframeController.PointInTime()

KeyframeController.PointInTime

public KeyframeController.PointInTime(float time,
                                      TriMesh shape)
Method Detail

read

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

write

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

getClassTag

public java.lang.Class getClassTag()
Specified by:
getClassTag in interface Savable