Class PlotGrid

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Printable, Serializable, EventListener, Accessible

public class PlotGrid extends JPanel implements ActionListener, Printable
PlotGrid organizes multiple plots in a grid layout.
See Also:
  • Constructor Details

    • PlotGrid

      public PlotGrid(int nrow, int ncol)
      Constructor.
      Parameters:
      nrow - the number of rows.
      ncol - the number of columns.
    • PlotGrid

      public PlotGrid(PlotPanel... plots)
      Constructor.
      Parameters:
      plots - the plots to add into the frame.
  • Method Details