|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimogl.model.animation.AnimationFrame
public class AnimationFrame
This class represents a single frame of a model's animation.
Constructor Summary | |
---|---|
AnimationFrame(AbstractMesh mesh,
long endTime)
|
Method Summary | |
---|---|
double |
getEndTime()
Returns the time, when this frame ends and therefore should be skipped in the animation |
AbstractMesh |
getMesh()
Return the mesh that is the a frame of an animation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimationFrame(AbstractMesh mesh, long endTime)
Method Detail |
---|
public AbstractMesh getMesh()
public double getEndTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |