Class Animation

    • Constructor Detail

      • Animation

        public Animation()
    • Method Detail

      • initUI

        protected void initUI()
        Initialize UI for this inspector.
        Overrides:
        initUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • updateInterpolatorCombobox

        public void updateInterpolatorCombobox()
        Populates the combobox with all the interpolator names if necessary.
      • resetUI

        public void resetUI()
        Updates the UI panel controls from the current selection.
        Overrides:
        resetUI in class UIOwner<SwingEvent,​javax.swing.JComponent>
      • setTime

        public void setTime​(int aTime)
        Sets the time of the current animator to the given time.
      • setTimeForScopedKeyFrame

        public void setTimeForScopedKeyFrame​(int aTime,
                                             java.lang.Integer aScope)
        Sets the time of the current animator to the given time.
      • setTimeSeconds

        public void setTimeSeconds​(float aTime)
        Sets the time of the current animator to the given time.
      • delete

        public void delete()
        Handles delete of key frame(s) or change(s).
      • animatorUpdated

        public void animatorUpdated​(RMAnimator anAnimator)
        Animator Listener method : updates time slider and time text when animator has been updated.
        Specified by:
        animatorUpdated in interface RMAnimator.Listener
      • getWindowTitle

        public java.lang.String getWindowTitle()
        Returns the name for this inspector.