org.pentaho.reporting.engine.classic.core.modules.output.table.base
Interface CellMarker

All Known Implementing Classes:
BandMarker, ContentMarker, FinishedMarker

public interface CellMarker


Field Summary
static int TYPE_FOOTER
           
static int TYPE_HEADER
           
static int TYPE_INVALID
           
static int TYPE_NORMALFLOW
           
static int TYPE_REPEAT_FOOTER
           
 
Method Summary
 RenderBox getContent()
           
 long getContentOffset()
           
 int getSectionDepth()
           
 int getSectionType()
           
 boolean isCommited()
           
 boolean isFinished()
           
 

Field Detail

TYPE_INVALID

static final int TYPE_INVALID
See Also:
Constant Field Values

TYPE_NORMALFLOW

static final int TYPE_NORMALFLOW
See Also:
Constant Field Values

TYPE_HEADER

static final int TYPE_HEADER
See Also:
Constant Field Values

TYPE_FOOTER

static final int TYPE_FOOTER
See Also:
Constant Field Values

TYPE_REPEAT_FOOTER

static final int TYPE_REPEAT_FOOTER
See Also:
Constant Field Values
Method Detail

getContentOffset

long getContentOffset()

isFinished

boolean isFinished()

isCommited

boolean isCommited()

getContent

RenderBox getContent()

getSectionType

int getSectionType()

getSectionDepth

int getSectionDepth()