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

All Known Implementing Classes:
DynamicExcelColorProducer, StaticExcelColorSupport, XSSFExcelColorProducer

public interface ExcelColorProducer

Todo: Document me!

Date: 05.09.2009 Time: 15:41:37

Author:
Thomas Morgner.

Method Summary
 short getNearestColor(Color awtColor)
          Returns the nearest indexed color for the palette (if palettes are used) or -1 if no palette is used.
 

Method Detail

getNearestColor

short getNearestColor(Color awtColor)
Returns the nearest indexed color for the palette (if palettes are used) or -1 if no palette is used.

Parameters:
awtColor -
Returns: