T
- report data typepublic abstract class DefaultScatterPlotter<T> extends AbstractPlotter<T>
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_FILENAME |
Constructor and Description |
---|
DefaultScatterPlotter() |
Modifier and Type | Method and Description |
---|---|
protected org.knowm.xchart.XYChart |
createChart() |
protected void |
createChart(String yTitle,
File outputFile,
Map<Date,Statistics> stats) |
baseChart, encode, getChartProperties, getOutputHeight, getOutputWidth, isPlotGridLinesVisible, plot, setChartProperties, setOutputHeight, setOutputWidth, setPlotGridLinesVisible, updateChart, validateDataSet
protected static final String DEFAULT_FILENAME
protected org.knowm.xchart.XYChart createChart()
protected void createChart(String yTitle, File outputFile, Map<Date,Statistics> stats)
This documentation was released into the public domain.