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 Summary
ConstructorsConstructorDescriptionRMKeyValue
(Object anObj, String aKey, Object aValue) Creates a new key frame. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Standard clone method.Returns the interpolator.getKey()
Returns the key.Returns the target.getValue()
returns the value.void
setInterpolator
(RMInterpolator anInterpolator) Sets the interpolator.toString()
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
-
Constructor Details
-
RMKeyValue
Creates a new key frame.
-
-
Method Details
-
getTarget
Returns the target. -
getKey
Returns the key. -
getValue
returns the value. -
getInterpolator
Returns the interpolator. -
setInterpolator
Sets the interpolator. -
clone
Standard clone method.- Overrides:
clone
in classRMListenerList
-
toString
Standard toString method.
-