Class JaxoRotationEditPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoRotationEditPanel

      public JaxoRotationEditPanel()
      Constructor: returns a rotation edit panel with default rotation 0.
    • JaxoRotationEditPanel

      public JaxoRotationEditPanel(int oldAngle)
      Constructor: returns a rotation edit panel with the given rotation.
      Parameters:
      oldAngle - The rotation angle 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.