Class JaxoPositionEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoPositionEditPanel

      public JaxoPositionEditPanel()
      Constructor: returns a Position edit panel with default value 100 for all variables.
    • JaxoPositionEditPanel

      public JaxoPositionEditPanel(int xin, int yin)
      Constructor: returns a Position edit panel with given values for the variables.
      Parameters:
      xin - Default value for the xin sub-panel.
      yin - Default value for the yin 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.