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 SummaryConstructorsConstructorDescriptionRecord(String aProp, Object startValue, Object endValue, RMInterpolator anInterpolator) Creates new record.
- 
Method SummaryModifier 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- 
RecordCreates new record.
 
- 
- 
Method Details- 
getKey
- 
getStartValue
- 
getEndValue
- 
getInterpolator
- 
getValueReturns an invocation by blending this invocation with given invocation using the given fraction of this invocation.
- 
getZeroValueReturns a "zero value" for various core types.
 
-