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

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.output.table.base.ContentMarker
All Implemented Interfaces:
CellMarker

public class ContentMarker
extends Object
implements CellMarker

Creation-Date: 04.10.2007, 14:54:24

Author:
Thomas Morgner

Field Summary
 
Fields inherited from interface org.pentaho.reporting.engine.classic.core.modules.output.table.base.CellMarker
TYPE_FOOTER, TYPE_HEADER, TYPE_INVALID, TYPE_NORMALFLOW, TYPE_REPEAT_FOOTER
 
Constructor Summary
ContentMarker(RenderBox content, long effectiveShift, int sectionType)
           
 
Method Summary
 RenderBox getContent()
           
 long getContentOffset()
           
 int getSectionDepth()
           
 int getSectionType()
           
 boolean isCommited()
           
 boolean isFinished()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentMarker

public ContentMarker(RenderBox content,
                     long effectiveShift,
                     int sectionType)
Method Detail

getContentOffset

public long getContentOffset()
Specified by:
getContentOffset in interface CellMarker

getContent

public RenderBox getContent()
Specified by:
getContent in interface CellMarker

isCommited

public boolean isCommited()
Specified by:
isCommited in interface CellMarker

isFinished

public boolean isFinished()
Specified by:
isFinished in interface CellMarker

getSectionType

public int getSectionType()
Specified by:
getSectionType in interface CellMarker

toString

public String toString()
Overrides:
toString in class Object

getSectionDepth

public int getSectionDepth()
Specified by:
getSectionDepth in interface CellMarker