Class JaxoArrowEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoArrowEditPanel

      public JaxoArrowEditPanel()
      Constructor: an arrow edit panel with arrow not flipped.
    • JaxoArrowEditPanel

      public JaxoArrowEditPanel(boolean arrow, boolean flip, float oldPosition)
      Constructor: returns a arrow edit panel with the given params.
      Parameters:
      arrow - Whether the object has an arrow.
      flip - Whether the arrow is flipped.
      oldPosition - The old position of the arrow
  • 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.