Class RMKeyValue
- java.lang.Object
- 
- com.inductiveautomation.rm.base.RMListenerList
- 
- com.inductiveautomation.rm.base.RMObject
- 
- com.inductiveautomation.rm.graphics.RMKeyValue
 
 
 
- 
- All Implemented Interfaces:
- RMPropertyChanger,- java.lang.Cloneable
 
 public class RMKeyValue extends RMObject An animation class that represents a key/value pair in a key frame.
- 
- 
Constructor SummaryConstructors Constructor Description RMKeyValue(java.lang.Object anObj, java.lang.String aKey, java.lang.Object aValue)Creates a new key frame.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMKeyValueclone()Standard clone method.RMInterpolatorgetInterpolator()Returns the interpolator.java.lang.StringgetKey()Returns the key.java.lang.ObjectgetTarget()Returns the target.java.lang.ObjectgetValue()returns the value.voidsetInterpolator(RMInterpolator anInterpolator)Sets the interpolator.java.lang.StringtoString()Standard toString method.- 
Methods inherited from class com.inductiveautomation.rm.base.RMObjectaddPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange
 - 
Methods inherited from class com.inductiveautomation.rm.base.RMListenerListaddListener, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
getTargetpublic java.lang.Object getTarget() Returns the target.
 - 
getKeypublic java.lang.String getKey() Returns the key.
 - 
getValuepublic java.lang.Object getValue() returns the value.
 - 
getInterpolatorpublic RMInterpolator getInterpolator() Returns the interpolator.
 - 
setInterpolatorpublic void setInterpolator(RMInterpolator anInterpolator) Sets the interpolator.
 - 
clonepublic RMKeyValue clone() Standard clone method.- Overrides:
- clonein class- RMListenerList
 
 
- 
 
-