Class JaxoDefaultArrowEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JaxoDefaultArrowEditPanel extends JaxoEditPanel
A panel to change the parameters of an arrow.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoDefaultArrowEditPanel

      public JaxoDefaultArrowEditPanel(JaxoDefaultArrow arrow, boolean lockar)
      Constructor: returns an edit panel for the given arrow.
      Parameters:
      arrow - the arrow to edit.
      lockar - Default value for the lock sub-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.