Class JaxoXYREditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JaxoXYREditPanel extends JaxoEditPanel
A panel to change the x,y and radius parameters of an object.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoXYREditPanel

      public JaxoXYREditPanel()
      Constructor: returns a XYR edit panel with default value 200 for all variables.
    • JaxoXYREditPanel

      public JaxoXYREditPanel(int x, int y, int r)
      Constructor: returns a XYR edit panel with given values for the variables.
      Parameters:
      x - Default value for the x sub-panel.
      y - Default value for the y sub-panel.
      r - Default value for the r 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.