Class RMKeyValue

All Implemented Interfaces:
RMPropertyChanger, Cloneable

public class RMKeyValue extends RMObject
An animation class that represents a key/value pair in a key frame.
  • Constructor Details

    • RMKeyValue

      public RMKeyValue(Object anObj, String aKey, Object aValue)
      Creates a new key frame.
  • Method Details

    • getTarget

      public Object getTarget()
      Returns the target.
    • getKey

      public String getKey()
      Returns the key.
    • getValue

      public 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:
      clone in class RMListenerList
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class RMObject