Class JaxoScaleEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class JaxoScaleEditPanel extends JaxoEditPanel
A panel to change the scale of a group object.
Since:
2.0
See Also:
  • Constructor Details

    • JaxoScaleEditPanel

      public JaxoScaleEditPanel()
      Constructor: returns a scale edit panel with default scale of 1.0.
    • JaxoScaleEditPanel

      public JaxoScaleEditPanel(float oldScale)
      Constructor: returns a stroke edit panel with the given scale.
      Parameters:
      oldScale - The scale of the object to edited by 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.