public class RouterLinkPlotter extends AbstractInterconnectPlotter<RouterLinkDataSet>
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILENAME |
Constructor and Description |
---|
RouterLinkPlotter() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultName() |
void |
plot(RouterLinkDataSet dataSet,
File outputDir)
Plotter
|
plot
createChart, createChart
baseChart, encode, getChartProperties, getOutputHeight, getOutputWidth, isPlotGridLinesVisible, setChartProperties, setOutputHeight, setOutputWidth, setPlotGridLinesVisible, updateChart, validateDataSet
public static final String DEFAULT_FILENAME
public void plot(RouterLinkDataSet dataSet, File outputDir) throws MaestroException
plot
in class AbstractPlotter<RouterLinkDataSet>
dataSet
- collected dataoutputDir
- output fileMaestroException
- implementation specificpublic String getDefaultName()
getDefaultName
in class AbstractInterconnectPlotter<RouterLinkDataSet>
This documentation was released into the public domain.