Class ProbeXYChartViewer


public abstract class ProbeXYChartViewer extends XYChartViewer<Probe>
XY viewer that plots organizational role populations through probes.
  • Constructor Details

    • ProbeXYChartViewer

      public ProbeXYChartViewer()
  • Method Details

    • addProbeDataSet

      protected Probe addProbeDataSet(String group, String role)
      Registers a probe and its role-named dataset.
    • display

      public void display()
      Appends current population values before the standard viewer display.
      Overrides:
      display in class Viewer
    • getYAxisLabel

      protected String getYAxisLabel()
      Returns the population axis label.
      Overrides:
      getYAxisLabel in class XYChartViewer<Probe>