Class JaxoDashEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoDashEditPanel

      public JaxoDashEditPanel()
      Constructor: returns a dash edit panel with default dash of 1.0.
    • JaxoDashEditPanel

      public JaxoDashEditPanel(float oldDash)
      Constructor: returns a dash edit panel with the given dash.
      Parameters:
      oldDash - The dash of the object to 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.