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

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

public class FinishedMarker
extends Object
implements CellMarker

Creation-Date: 04.10.2007, 14:54:24

Author:
Thomas Morgner

Field Summary
static FinishedMarker INSTANCE
           
 
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
FinishedMarker(String text)
           
 
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
 

Field Detail

INSTANCE

public static final FinishedMarker INSTANCE
Constructor Detail

FinishedMarker

public FinishedMarker(String text)
Method Detail

isFinished

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

getContent

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

isCommited

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

getContentOffset

public long getContentOffset()
Specified by:
getContentOffset 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