Package pi.animation
Class KeyFrame<Value extends Number>
java.lang.Object
pi.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 enumAufzählung der verschiedenen Typen von Keyframes. -
Constructor Summary
ConstructorsConstructorDescriptionKeyFrame(Value value, KeyFrame.Type type, double timecode) Erstellt einen Keyframe -
Method Summary
-
Constructor Details
-
KeyFrame
Erstellt einen Keyframe- Parameters:
type- Der Typ des Keyframestimecode- Der Timecode des Keyframes
-
-
Method Details
-
value
-
value
-
type
-
type
-
timecode
-
timecode
-
compareTo
- Specified by:
compareToin interfaceComparable<Value extends Number>
-