org.pentaho.reporting.engine.classic.core.modules.output.table.base
Class BandMarker
java.lang.Object
org.pentaho.reporting.engine.classic.core.modules.output.table.base.BandMarker
- All Implemented Interfaces:
- CellMarker
public class BandMarker
- extends Object
- implements CellMarker
BandMarker
public BandMarker(RenderBox bandBox,
int sectionType,
int sectionDepth)
getBandBox
public RenderBox getBandBox()
getContentOffset
public long getContentOffset()
- Specified by:
getContentOffset in interface CellMarker
isFinished
public boolean isFinished()
- Specified by:
isFinished in interface CellMarker
isCommited
public boolean isCommited()
- Specified by:
isCommited in interface CellMarker
getContent
public RenderBox getContent()
- Specified by:
getContent in interface CellMarker
getSectionType
public int getSectionType()
- Specified by:
getSectionType in interface CellMarker
getSectionDepth
public int getSectionDepth()
- Specified by:
getSectionDepth in interface CellMarker
toString
public String toString()
- Overrides:
toString in class Object