Class ConstantInterpolator<T>

java.lang.Object
pi.animation.interpolation.ConstantInterpolator<T>
Type Parameters:
T - Ein beliebiger Typ zum Interpolieren
All Implemented Interfaces:
Interpolator<T>

public class ConstantInterpolator<T> extends Object implements Interpolator<T>
Ein Interpolator, der eine konstante Funktion darstellt.
  • Constructor Details

    • ConstantInterpolator

      @API public ConstantInterpolator(T value)
      Erstellt einen konstanten Interpolator
      Parameters:
      value - Der stets auszugebende Wert