Uses of Class
org.pentaho.reporting.engine.classic.core.modules.output.table.base.CellBackground

Packages that use CellBackground
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper   
 

Uses of CellBackground in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.base that return CellBackground
 CellBackground CellBackgroundProducer.getBackgroundAt(LogicalPageBox pageBox, SheetLayout sheetLayout, int gridX, int gridY, boolean computeAttributes, int sectionType)
           
 CellBackground CellBackgroundProducer.getBackgroundForBox(LogicalPageBox logicalPageBox, SheetLayout sheetLayout, int gridX, int gridY, int gridWidth, int gridHeight, boolean collectAttributes, int sectionType, RenderBox contentBox)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper with parameters of type CellBackground
 org.apache.poi.ss.usermodel.CellStyle HSSFCellStyleProducer.createCellStyle(RenderBox element, CellBackground bg)
          Creates a HSSFCellStyle based on the given ExcelDataCellStyle.