Class RMKeyValue
java.lang.Object
com.inductiveautomation.rm.base.RMListenerList
com.inductiveautomation.rm.base.RMObject
com.inductiveautomation.rm.graphics.RMKeyValue
- All Implemented Interfaces:
- RMPropertyChanger,- Cloneable
An animation class that represents a key/value pair in a key frame.
- 
Constructor SummaryConstructorsConstructorDescriptionRMKeyValue(Object anObj, String aKey, Object aValue) Creates a new key frame.
- 
Method SummaryModifier and TypeMethodDescriptionclone()Standard clone method.Returns the interpolator.getKey()Returns the key.Returns the target.getValue()returns the value.voidsetInterpolator(RMInterpolator anInterpolator) Sets the interpolator.toString()Standard toString method.Methods inherited from class com.inductiveautomation.rm.base.RMObjectaddPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChangeMethods inherited from class com.inductiveautomation.rm.base.RMListenerListaddListener, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
- 
Constructor Details- 
RMKeyValueCreates a new key frame.
 
- 
- 
Method Details- 
getTargetReturns the target.
- 
getKeyReturns the key.
- 
getValuereturns the value.
- 
getInterpolatorReturns the interpolator.
- 
setInterpolatorSets the interpolator.
- 
cloneStandard clone method.- Overrides:
- clonein class- RMListenerList
 
- 
toStringStandard toString method.
 
-