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 Summary
Constructors Constructor Description RMKeyValue(java.lang.Object anObj, java.lang.String aKey, java.lang.Object aValue)Creates a new key frame. 
- 
Method Summary
All 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.RMObject
addPropertyChangeListener, animUpdate, firePropertyChange, firePropertyChange, firePropertyChange, getPCEvent, removePropertyChangeListener, sendPropertyChange 
- 
Methods inherited from class com.inductiveautomation.rm.base.RMListenerList
addListener, getListener, getListenerCount, getListenerCount, getListenerList, getListeners, hasListeners, removeListener 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTarget
public java.lang.Object getTarget()
Returns the target. 
- 
getKey
public java.lang.String getKey()
Returns the key. 
- 
getValue
public java.lang.Object getValue()
returns the value. 
- 
getInterpolator
public RMInterpolator getInterpolator()
Returns the interpolator. 
- 
setInterpolator
public void setInterpolator(RMInterpolator anInterpolator)
Sets the interpolator. 
- 
clone
public RMKeyValue clone()
Standard clone method.- Overrides:
 clonein classRMListenerList
 
 - 
 
 -