protected boolean |
Tabulator.canOverwrite(Cell existingCell,
FrameCell currentParent) |
protected JRLineBox |
Tabulator.TableCellCreator.copyParentBox(Cell cell,
JRPrintElement element,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
protected Tabulator.SpanInfo<Column> |
Tabulator.getColumnCellSpan(java.util.NavigableSet<Column> columns,
Column column,
Row row,
Cell cell) |
protected Tabulator.SpanInfo<Column> |
Tabulator.getColumnCellSpan(TablePosition position,
Cell cell) |
protected Pair<Column,Column> |
Tabulator.getColumnSpanRange(Table table,
Column col,
Row row,
Cell spanned) |
protected Tabulator.SpanInfo<Row> |
Tabulator.getRowCellSpan(java.util.NavigableSet<Row> rows,
Column column,
Row row,
Cell cell) |
protected Tabulator.SpanInfo<Row> |
Tabulator.getRowCellSpan(TablePosition position,
Cell cell) |
protected Pair<Row,Row> |
Tabulator.getRowSpanRange(Table table,
Column col,
Row row,
Cell spanned) |
TableCell |
Tabulator.getTableCell(TablePosition position,
Cell cell) |
protected boolean |
Tabulator.isParent(FrameCell parent,
Cell child) |
protected boolean |
Tabulator.isSplitCell(Cell spanned,
Cell cell) |
protected Cell |
Tabulator.overlapParentCell(Cell existingCell,
FrameCell currentParent) |
void |
Row.setCell(Column column,
Cell cell) |
protected void |
Tabulator.setElementCells(DimensionRange<Column> elementColRange,
DimensionRange<Row> elementRowRange,
Cell elementCell) |
java.lang.Boolean |
Tabulator.SpanRangeCheck.visit(ElementCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.SpanCheck.visit(ElementCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.CollapseCheck.visit(ElementCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.SpanRangeCheck.visit(FrameCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.SpanCheck.visit(FrameCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.CollapseCheck.visit(FrameCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.SpanRangeCheck.visit(LayeredCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.SpanCheck.visit(LayeredCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.CollapseCheck.visit(LayeredCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.SpanRangeCheck.visit(SplitCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.SpanCheck.visit(SplitCell spanned,
Cell cell) |
java.lang.Boolean |
Tabulator.CollapseCheck.visit(SplitCell spanned,
Cell cell) |