Class KeyFrame<Value extends Number>

java.lang.Object
de.pirckheimer_gymnasium.engine_pi.animation.KeyFrame<Value>
Type Parameters:
Value - Werttyp, der animiert werden soll.
All Implemented Interfaces:
Comparable<KeyFrame<Value>>

public class KeyFrame<Value extends Number> extends Object implements Comparable<KeyFrame<Value>>
Beschreibt einen Keyframe.
Author:
Michael Andonie
  • Constructor Details

    • KeyFrame

      @API public KeyFrame(Value value, KeyFrame.Type type, double timecode)
      Erstellt einen Keyframe
      Parameters:
      type - Der Typ des Keyframes
      timecode - Der Timecode des Keyframes
  • Method Details