Uses of Interface
org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper.ExcelColorProducer

Packages that use ExcelColorProducer
org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper   
 

Uses of ExcelColorProducer in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
 

Classes in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper that implement ExcelColorProducer
 class DynamicExcelColorProducer
          Todo: Document me!

Date: 05.09.2009 Time: 15:42:53

 class StaticExcelColorSupport
          POI Excel utility methods.
 class XSSFExcelColorProducer
          Todo: Document me!

Date: 25.08.2010 Time: 17:06:37

 

Constructors in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper with parameters of type ExcelColorProducer
ExcelFontFactory(org.apache.poi.ss.usermodel.Workbook workbook, ExcelColorProducer colorProducer)
          Constructor for ExcelFontFactory.
ExcelTextExtractor(OutputProcessorMetaData metaData, ExcelColorProducer colorProducer)
           
HSSFCellStyleProducer(org.apache.poi.ss.usermodel.Workbook workbook, boolean hardLimit, ExcelColorProducer colorProducer, ExcelColorProducer fontColorProducer)
          The class does the dirty work of creating the HSSF-objects.