Class Table.RowsControl
- java.lang.Object
-
- net.sf.jasperreports.engine.export.tabulator.Table.RowsControl
-
- All Implemented Interfaces:
DimensionControl<Row>
- Enclosing class:
- Table
protected class Table.RowsControl extends Object implements DimensionControl<Row>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RowsControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Row
createEntry(int startCoord, int endCoord)
Row
entryKey(int coord)
void
entrySplit(Row splitEntry, Row newEntry)
-
-
-
Method Detail
-
entryKey
public Row entryKey(int coord)
- Specified by:
entryKey
in interfaceDimensionControl<Row>
-
createEntry
public Row createEntry(int startCoord, int endCoord)
- Specified by:
createEntry
in interfaceDimensionControl<Row>
-
entrySplit
public void entrySplit(Row splitEntry, Row newEntry)
- Specified by:
entrySplit
in interfaceDimensionControl<Row>
-
-