Class AuxPlotter<T>

    • Constructor Detail

      • AuxPlotter

        public AuxPlotter()
      • AuxPlotter

        public AuxPlotter​(String xLabel,
                          String yLabel)
    • Method Detail

      • setFonts

        public final void setFonts()
      • plot

        public abstract void plot​(T t)
      • getChartPanel

        public final org.jfree.chart.ChartPanel getChartPanel()
      • getChart

        public final org.jfree.chart.JFreeChart getChart()
      • getPlot

        public final org.jfree.chart.plot.XYPlot getPlot()
      • setPlot

        public final void setPlot​(org.jfree.chart.plot.XYPlot plot)
      • setChart

        public final void setChart​(org.jfree.chart.JFreeChart chart)