Class JaxoStretchingEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoStretchingEditPanel

      public JaxoStretchingEditPanel()
      Constructor: a stretching edit panel with default value false.
    • JaxoStretchingEditPanel

      public JaxoStretchingEditPanel(boolean stretch)
      Constructor: a stretching edit panel with the given params.
      Parameters:
      stretch - Whether the object is stretched.
  • 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.