br.com.oncast.dev.lobo.report
Interface ReportPlotter


public interface ReportPlotter

Interface definition of a report plotter, to plot graphics used on the report.


Method Summary
 void plot(java.io.File input, java.io.File outputDir)
          Plot's graphics based on the merged report.
 

Method Detail

plot

void plot(java.io.File input,
          java.io.File outputDir)
Plot's graphics based on the merged report.

Parameters:
input - The merged report.
outputDir - The base dir to plot the graphics.