com.jmex.model.animation
Class KeyframeController.PointInTime
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newShape
public TriMesh newShape
time
public float time
KeyframeController.PointInTime
public KeyframeController.PointInTime()
KeyframeController.PointInTime
public KeyframeController.PointInTime(float time,
TriMesh shape)
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