Class JaxoStrokeEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoStrokeEditPanel

      public JaxoStrokeEditPanel()
      Constructor: returns a stroke edit panel with default stroke of 1.0.
    • JaxoStrokeEditPanel

      public JaxoStrokeEditPanel(float oldStroke)
      Constructor: returns a stroke edit panel with the given stroke.
      Parameters:
      oldStroke - The stroke 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.