public class ConnectionsPlotter extends DefaultScatterPlotter<ConnectionsDataSet>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FILENAME |
| Constructor and Description |
|---|
ConnectionsPlotter() |
| Modifier and Type | Method and Description |
|---|---|
void |
plot(ConnectionsDataSet dataSet,
File outputFile)
Plotter
|
createChart, createChartbaseChart, encode, getChartProperties, getOutputHeight, getOutputWidth, isPlotGridLinesVisible, updateChart, validateDataSetpublic static final String DEFAULT_FILENAME
public void plot(ConnectionsDataSet dataSet, File outputFile) throws MaestroException
plot in class AbstractPlotter<ConnectionsDataSet>dataSet - collected dataoutputFile - output fileMaestroException - implementation specificThis documentation was released into the public domain.