Class FigurePane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FigurePane extends JPanel
The Swing container of a figure with toolbar.
See Also:
  • Constructor Details

    • FigurePane

      public FigurePane(Figure figure)
      Constructor.
      Parameters:
      figure - The plot figure.
  • Method Details

    • window

      public JFrame window()
      Shows the figure in a window.
      Returns:
      a new JFrame that contains the figure.