Y - Reader typeK - Plotter typepublic class BasicPlotter<Y extends ReportReader<?>,K extends AbstractPlotter> extends Object
| Constructor and Description |
|---|
BasicPlotter(Y reader,
K plotter)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
plot(File filename,
File outputFile,
File propertiesFile)
A basic plotter wrapping logic
|
public void plot(File filename, File outputFile, File propertiesFile) throws MaestroException
filename - The source filename to plotoutputFile - The output filename (it: the images file)propertiesFile - An optional plotting properties fileMaestroException - Wrapping for I/O errorsIncompatibleDataSet - If the data set is incompatible or invalidThis documentation was released into the public domain.