Package com.inductiveautomation.rm.base
Class RMKeyTimer.Record
java.lang.Object
com.inductiveautomation.rm.base.RMKeyTimer.Record
- Enclosing class:
- RMKeyTimer
A class representing an individual change to be animated by this timer.
-
Constructor Summary
ConstructorsConstructorDescriptionRecord
(String aProp, Object startValue, Object endValue, RMInterpolator anInterpolator) Creates new record. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getValue
(double aFraction) Returns an invocation by blending this invocation with given invocation using the given fraction of this invocation.getZeroValue
(Object anObj) Returns a "zero value" for various core types.
-
Constructor Details
-
Record
Creates new record.
-
-
Method Details
-
getKey
-
getStartValue
-
getEndValue
-
getInterpolator
-
getValue
Returns an invocation by blending this invocation with given invocation using the given fraction of this invocation. -
getZeroValue
Returns a "zero value" for various core types.
-