Class Animation

    • Constructor Detail

      • Animation

        public Animation()
        Creates a new shape animation inspector.
    • Method Detail

      • getWindowTitle

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

        public javax.swing.JPanel getUI()
        Returns the Swing UI for this inspector.
      • resetUI

        public void resetUI()
        Updates the Swing UI panel controls from the current selection.
      • respondUI

        public void respondUI​(java.lang.Object anObj)
        Responds to changes from Swing UI controls.
      • setTime

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

        public void setTimeForScopedKeyFrame​(float time,
                                             java.lang.Number scope)
        Sets the time of the current animator to the given time.
      • delete

        public void delete()