public abstract class AbstractHdrPlotter<T,Y> extends AbstractPlotter<Y>
| Constructor and Description |
|---|
AbstractHdrPlotter(String baseName) |
AbstractHdrPlotter(String baseName,
String timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
launchAsyncPlots(File outputDir,
T dataWrapper) |
protected abstract void |
plotDataAt(T data,
Double min,
File fileName) |
baseChart, encode, getChartProperties, getOutputHeight, getOutputWidth, isPlotGridLinesVisible, plot, updateChart, validateDataSetpublic AbstractHdrPlotter(String baseName)
This documentation was released into the public domain.