Class JaxoWiggleEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JaxoWiggleEditPanel extends JaxoEditPanel
A panel to change the wiggle of an object.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoWiggleEditPanel

      public JaxoWiggleEditPanel()
      Constructor: returns a wiggle edit panel with default wiggle and amplitude of 10.
    • JaxoWiggleEditPanel

      public JaxoWiggleEditPanel(int oldAmp, int oldWiggle)
      Constructor: returns a wiggle edit panel with the given wiggle.
      Parameters:
      oldAmp - The amplitude of the object to be edited by this panel.
      oldWiggle - The wiggle of the object to be edited by this panel.
    • JaxoWiggleEditPanel

      public JaxoWiggleEditPanel(int oldAmp)
      Constructor: returns a wiggle edit panel with the given wiggle.
      Parameters:
      oldAmp - The amplitude of the object to be edited by this panel.
  • Method Details

    • addEditPanelListener

      public void addEditPanelListener(JaxoEditPanelListener listener)
      Adds the given listener as an ActionListener to this panel. If listener is null, does nothing.
      Specified by:
      addEditPanelListener in class JaxoEditPanel
      Parameters:
      listener - The listener to add to this panel.