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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.base.TableExportRenderBoxState

public class TableExportRenderBoxState
extends Object


Constructor Summary
TableExportRenderBoxState()
           
 
Method Summary
 SheetLayoutTableCellDefinition getBackgroundDefinition()
           
 long getBackgroundDefinitionAge()
           
 TableRectangle getCellBackgroundHint()
           
 long getCellBackgroundLayoutShift()
           
 void setBackgroundDefinition(SheetLayoutTableCellDefinition backgroundDefinition, long age)
           
 void setCellBackgroundHint(TableRectangle cellBackgroundHint, long age)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableExportRenderBoxState

public TableExportRenderBoxState()
Method Detail

getBackgroundDefinitionAge

public long getBackgroundDefinitionAge()

getCellBackgroundLayoutShift

public long getCellBackgroundLayoutShift()

getBackgroundDefinition

public SheetLayoutTableCellDefinition getBackgroundDefinition()

setBackgroundDefinition

public void setBackgroundDefinition(SheetLayoutTableCellDefinition backgroundDefinition,
                                    long age)

getCellBackgroundHint

public TableRectangle getCellBackgroundHint()

setCellBackgroundHint

public void setCellBackgroundHint(TableRectangle cellBackgroundHint,
                                  long age)