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 java.lang.Object implements DimensionControl<Row>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRowsControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowcreateEntry(int startCoord, int endCoord)RowentryKey(int coord)voidentrySplit(Row splitEntry, Row newEntry)
-
-
-
Method Detail
-
entryKey
public Row entryKey(int coord)
- Specified by:
entryKeyin interfaceDimensionControl<Row>
-
createEntry
public Row createEntry(int startCoord, int endCoord)
- Specified by:
createEntryin interfaceDimensionControl<Row>
-
entrySplit
public void entrySplit(Row splitEntry, Row newEntry)
- Specified by:
entrySplitin interfaceDimensionControl<Row>
-
-