Class Jaxo2PointsEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • Jaxo2PointsEditPanel

      public Jaxo2PointsEditPanel()
      Constructor: returns a 2Points edit panel with default value 0 for all variables.
    • Jaxo2PointsEditPanel

      public Jaxo2PointsEditPanel(Point[] points)
      Constructor: returns a 2Points edit panel.
      Parameters:
      points - The initial points of the 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.