Package pulse.ui.components
Class ResidualsChart
- java.lang.Object
-
- pulse.ui.components.AuxPlotter<ResidualStatistic>
-
- pulse.ui.components.ResidualsChart
-
public class ResidualsChart extends AuxPlotter<ResidualStatistic>
-
-
Constructor Summary
Constructors Constructor Description ResidualsChart(String xLabel, String yLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBinCount()voidplot(ResidualStatistic stat)voidsetBinCount(int binCount)-
Methods inherited from class pulse.ui.components.AuxPlotter
getChart, getChartPanel, getPlot, setChart, setFonts, setPlot
-
-
-
-
Method Detail
-
plot
public void plot(ResidualStatistic stat)
- Specified by:
plotin classAuxPlotter<ResidualStatistic>
-
getBinCount
public int getBinCount()
-
setBinCount
public void setBinCount(int binCount)
-
-