org.pentaho.reporting.engine.classic.core.modules.output.table.base
Class CellBackgroundProducer

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.process.IterateStructuralProcessStep
      extended by org.pentaho.reporting.engine.classic.core.modules.output.table.base.CellBackgroundProducer

public class CellBackgroundProducer
extends IterateStructuralProcessStep


Constructor Summary
CellBackgroundProducer(boolean ellipseAsRectangle, boolean unalignedPagebands)
           
 
Method Summary
 CellBackground getBackgroundAt(LogicalPageBox pageBox, SheetLayout sheetLayout, int gridX, int gridY, boolean computeAttributes, int sectionType)
           
 CellBackground getBackgroundForBox(LogicalPageBox logicalPageBox, SheetLayout sheetLayout, int gridX, int gridY, int gridWidth, int gridHeight, boolean collectAttributes, int sectionType, RenderBox contentBox)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellBackgroundProducer

public CellBackgroundProducer(boolean ellipseAsRectangle,
                              boolean unalignedPagebands)
Method Detail

getBackgroundAt

public CellBackground getBackgroundAt(LogicalPageBox pageBox,
                                      SheetLayout sheetLayout,
                                      int gridX,
                                      int gridY,
                                      boolean computeAttributes,
                                      int sectionType)

getBackgroundForBox

public CellBackground getBackgroundForBox(LogicalPageBox logicalPageBox,
                                          SheetLayout sheetLayout,
                                          int gridX,
                                          int gridY,
                                          int gridWidth,
                                          int gridHeight,
                                          boolean collectAttributes,
                                          int sectionType,
                                          RenderBox contentBox)