Package ea.animation
Class KeyFrame<Value extends Number>
java.lang.Object
ea.animation.KeyFrame<Value>
- Type Parameters:
Value
- Werttyp, der animiert werden soll.
- All Implemented Interfaces:
Comparable<KeyFrame<Value>>
Beschreibt einen Keyframe.
- Author:
- Michael Andonie
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Aufzählung der verschiedenen Typen von Keyframes. -
Constructor Summary
ConstructorsConstructorDescriptionKeyFrame
(Value value, KeyFrame.Type type, float timecode) Erstellt einen Keyframe -
Method Summary
Modifier and TypeMethodDescriptionint
float
getType()
getValue()
void
setTimecode
(float timecode) void
setType
(KeyFrame.Type type) void
-
Constructor Details
-
KeyFrame
Erstellt einen Keyframe- Parameters:
type
- Der Typ des Keyframestimecode
- Der Timecode des Keyframes
-
-
Method Details
-
setValue
-
getValue
-
setType
-
getType
-
setTimecode
@API public void setTimecode(float timecode) -
getTimecode
@API public float getTimecode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Value extends Number>
-