final float quality = ParserUtil.parseFloat(configuration.getConfigProperty
("org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.Quality"), 0.9f);
final GraphicsOutputProcessor outputProcessor = new GraphicsOutputProcessor
(new StreamGraphicsOutputProcessorMetaData(configuration), masterReport.getResourceManager());
final StreamReportProcessor streamReportProcessor = new StreamReportProcessor(masterReport, outputProcessor);
final ReportProgressListener[] progressListeners = getReportProgressListeners();
for (int i = 0; i < progressListeners.length; i++)
{
final ReportProgressListener listener = progressListeners[i];