public interface PsKeyframeIf
Interface may be implemented additionally to PsTimeListenerIf. In this case, if a dynamic object is registered inside an animation object, then the animation panel has buttons enabled which allow stepping through keyframes.
PsAnimation.enableKeys(boolean)
Modifier and Type | Method and Description |
---|---|
double |
getTimeOfFirstKey()
Minimal value of animation interval if instance has keyframes.
|
double |
getTimeOfLastKey()
Maximal value of animation interval if instance has keyframes.
|
double |
getTimeOfNextKey()
Current time plus time step increment if instance has keyframes.
|
double |
getTimeOfPreviousKey()
Current time minus time step increment if instance has keyframes.
|
double getTimeOfFirstKey()
PsAnimation.enableKeys(boolean)
double getTimeOfPreviousKey()
double getTimeOfNextKey()
PsAnimation.enableKeys(boolean)
double getTimeOfLastKey()
PsAnimation.enableKeys(boolean)
"