Uses of Class
net.sf.jasperreports.engine.export.tabulator.Tabulator.SpanInfo
-
Packages that use Tabulator.SpanInfo Package Description net.sf.jasperreports.engine.export.tabulator -
-
Uses of Tabulator.SpanInfo in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator that return Tabulator.SpanInfo Modifier and Type Method Description protected Tabulator.SpanInfo<Column>
Tabulator. getColumnCellSpan(NavigableSet<Column> columns, Column column, Row row, Cell cell)
protected Tabulator.SpanInfo<Column>
Tabulator. getColumnCellSpan(TablePosition position, Cell cell)
protected Tabulator.SpanInfo<Row>
Tabulator. getRowCellSpan(NavigableSet<Row> rows, Column column, Row row, Cell cell)
protected Tabulator.SpanInfo<Row>
Tabulator. getRowCellSpan(TablePosition position, Cell cell)
-