Class ReportPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ReportPanel extends JPanel
Displays plot reports.
Since:
11 Dec 2014
Author:
Mark Taylor
See Also:
  • Constructor Details

    • ReportPanel

      public ReportPanel(Supplier<uk.ac.starlink.ttools.plot2.Plotter<?>> plotterSupplier)
      Constructor.
      Parameters:
      plotterSupplier - object that can supply the Plotter currently associated with this report panel
  • Method Details

    • submitReports

      public void submitReports(Map<RowSubset,uk.ac.starlink.ttools.plot2.ReportMap> reports)
      Updates the reports that can be displayed by this component. They are supplied as a map keyed by RowSubset.
      Parameters:
      reports - map of subsets to plot reports