Class Chart

    • Constructor Detail

      • Chart

        public Chart()
    • Method Detail

      • setAxisFontColor

        public static void setAxisFontColor​(org.jfree.chart.axis.Axis axis,
                                            Color color)
      • plot

        public void plot​(SearchTask task,
                         boolean extendedCurve)
      • plotSingle

        public void plotSingle​(HeatingCurve curve)
      • series

        public org.jfree.data.xy.XYSeries series​(HeatingCurve curve,
                                                 String title,
                                                 boolean extendedCurve)
      • series

        public org.jfree.data.xy.XYSeries series​(ExperimentalData curve,
                                                 String title,
                                                 boolean extendedCurve)
      • residuals

        public org.jfree.data.xy.XYSeries residuals​(Calculation calc)
      • setOpacity

        public void setOpacity​(float opacity)
      • getOpacity

        public double getOpacity()
      • isResidualsShown

        public boolean isResidualsShown()
      • setResidualsShown

        public void setResidualsShown​(boolean residualsShown)
      • isZeroApproximationShown

        public boolean isZeroApproximationShown()
      • setZeroApproximationShown

        public void setZeroApproximationShown​(boolean zeroApproximationShown)
      • getChartPanel

        public org.jfree.chart.ChartPanel getChartPanel()
      • getChartPlot

        public org.jfree.chart.plot.XYPlot getChartPlot()