Class RMKeyTimer.Record

java.lang.Object
com.inductiveautomation.rm.base.RMKeyTimer.Record
Enclosing class:
RMKeyTimer

public static class RMKeyTimer.Record extends Object
A class representing an individual change to be animated by this timer.
  • Constructor Details

  • Method Details

    • getKey

      public String getKey()
    • getStartValue

      public Object getStartValue()
    • getEndValue

      public Object getEndValue()
    • getInterpolator

      public RMInterpolator getInterpolator()
    • getValue

      public Object getValue(double aFraction)
      Returns an invocation by blending this invocation with given invocation using the given fraction of this invocation.
    • getZeroValue

      public Object getZeroValue(Object anObj)
      Returns a "zero value" for various core types.