protected boolean |
Tabulator.canOverwrite(Cell existingCell,
FrameCell currentParent) |
protected JRLineBox |
Tabulator.TableCellCreator.copyFrameBox(FrameCell frameCell,
JRPrintFrame frame,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
protected void |
Tabulator.createLayeredCell(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
DimensionRange<Column> layeredColRange,
DimensionRange<Row> layeredRowRange) |
protected FrameCell |
Tabulator.droppedParent(FrameCell existingParent,
FrameCell parent) |
protected FrameCell |
Tabulator.ParentDrop.droppedParent(FrameCell existingParent,
FrameCell parent) |
protected boolean[] |
Tabulator.TableCellCreator.getFrameCellBorders(Table table,
FrameCell cell,
Column firstCol,
Column lastCol,
Row firstRow,
Row lastRow) |
protected boolean |
Tabulator.isParent(FrameCell parent,
Cell child) |
protected boolean |
Tabulator.isParent(FrameCell parent,
FrameCell child) |
protected void |
Tabulator.layoutElements(List<? extends JRPrintElement> elementList,
Table table,
FrameCell parentCell,
PrintElementIndex parentIndex,
int xOffset,
int yOffset,
Bounds elementBounds) |
protected void |
Tabulator.moveCellsToLayerTable(FrameCell parentCell,
Table layerTable,
DimensionRange<Column> colRange,
DimensionRange<Row> rowRange) |
protected Cell |
Tabulator.overlapParentCell(Cell existingCell,
FrameCell currentParent) |
protected boolean |
Tabulator.placeElement(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
boolean allowOverlap) |
protected void |
Tabulator.placeOverlappedElement(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
Bounds overlapBounds) |
protected void |
Tabulator.setElementCells(Table table,
FrameCell parentCell,
int xOffset,
int yOffset,
JRPrintElement element,
PrintElementIndex parentIndex,
int elementIndex,
DimensionRange<Column> colRange,
DimensionRange<Row> rowRange) |
void |
BaseElementCell.setParent(FrameCell parent) |
void |
LayeredCell.setParent(FrameCell parent) |
Boolean |
Tabulator.ParentCheck.visit(ElementCell cell,
FrameCell parentCell) |
Cell |
Tabulator.ParentDrop.visit(ElementCell cell,
FrameCell parent) |
Boolean |
Tabulator.SpanRangeCheck.visit(FrameCell spanned,
Cell cell) |
Boolean |
Tabulator.SpanCheck.visit(FrameCell spanned,
Cell cell) |
Boolean |
Tabulator.CollapseCheck.visit(FrameCell spanned,
Cell cell) |
Boolean |
Tabulator.ParentCheck.visit(FrameCell frameCell,
FrameCell parentCell) |
Cell |
Tabulator.ParentDrop.visit(FrameCell frameCell,
FrameCell parent) |
R |
CellVisitor.visit(FrameCell frameCell,
T arg) |
TableCell |
Tabulator.TableCellCreator.visit(FrameCell frameCell,
TablePosition position) |
Boolean |
Tabulator.ParentCheck.visit(LayeredCell layeredCell,
FrameCell parentCell) |
Cell |
Tabulator.ParentDrop.visit(LayeredCell layeredCell,
FrameCell parent) |
Boolean |
Tabulator.ParentCheck.visit(SplitCell cell,
FrameCell parentCell) |
Cell |
Tabulator.ParentDrop.visit(SplitCell cell,
FrameCell parent) |