Class JaxoSymmEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoSymmEditPanel

      public JaxoSymmEditPanel()
      Constructor: a symmetry edit panel with default value false.
    • JaxoSymmEditPanel

      public JaxoSymmEditPanel(boolean symm)
      Constructor: a symmetry edit panel with the given params.
      Parameters:
      symm - Whether the object is symmetric.
  • 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.