public class HeapPlotter extends DefaultHistogramPlotter<T>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILENAME |
Constructor and Description |
---|
HeapPlotter() |
Modifier and Type | Method and Description |
---|---|
void |
plot(HeapData reportData,
File outputFile) |
createChart
baseChart, encode, getChartProperties, getOutputHeight, getOutputWidth, isPlotGridLinesVisible, setChartProperties, setOutputHeight, setOutputWidth, setPlotGridLinesVisible, updateChart, validateDataSet
public static final String DEFAULT_FILENAME
public void plot(HeapData reportData, File outputFile) throws MaestroException
MaestroException
This documentation was released into the public domain.