Class Jaxo3PointsEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • Jaxo3PointsEditPanel

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

      public Jaxo3PointsEditPanel(Point[] points)
      Constructor: returns a 3Points edit panel with given values for the variables.
      Parameters:
      points - The initial points for 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.