Class JaxoPSFontPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

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

    • JaxoPSFontPanel

      public JaxoPSFontPanel()
      Constructor: returns a PSFont edit panel with initial values taken from the preferred font.
    • JaxoPSFontPanel

      public JaxoPSFontPanel(Font font)
      Constructor: returns a PSFont edit panel with initial values taken from the given font.
      Parameters:
      font - The initial font.
  • Method Details

    • addEditPanelListener

      public void addEditPanelListener(JaxoEditPanelListener listener)
      Adds the given listener as a ChangeListener to the spinners of this panel. If listener is null, does nothing.
      Specified by:
      addEditPanelListener in class JaxoEditPanel
      Parameters:
      listener - The listener to add to this panel.