protected class Tabulator.TableCellCreator extends Object implements CellVisitor<TablePosition,TableCell,RuntimeException>
Modifier | Constructor and Description |
---|---|
protected |
TableCellCreator() |
Modifier and Type | Method and Description |
---|---|
protected JRLineBox |
copyFrameBox(FrameCell frameCell,
JRPrintFrame frame,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
protected JRLineBox |
copyParentBox(Cell cell,
JRPrintElement element,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
protected Color |
getElementBackcolor(BaseElementCell cell) |
protected boolean[] |
getFrameCellBorders(Table table,
FrameCell cell,
Column firstCol,
Column lastCol,
Row firstRow,
Row lastRow) |
TableCell |
visit(ElementCell cell,
TablePosition position) |
TableCell |
visit(FrameCell frameCell,
TablePosition position) |
TableCell |
visit(LayeredCell layeredCell,
TablePosition position) |
TableCell |
visit(SplitCell cell,
TablePosition position) |
public TableCell visit(ElementCell cell, TablePosition position)
visit
in interface CellVisitor<TablePosition,TableCell,RuntimeException>
public TableCell visit(SplitCell cell, TablePosition position)
visit
in interface CellVisitor<TablePosition,TableCell,RuntimeException>
public TableCell visit(FrameCell frameCell, TablePosition position)
visit
in interface CellVisitor<TablePosition,TableCell,RuntimeException>
public TableCell visit(LayeredCell layeredCell, TablePosition position)
visit
in interface CellVisitor<TablePosition,TableCell,RuntimeException>
protected Color getElementBackcolor(BaseElementCell cell)
protected JRLineBox copyParentBox(Cell cell, JRPrintElement element, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
protected boolean[] getFrameCellBorders(Table table, FrameCell cell, Column firstCol, Column lastCol, Row firstRow, Row lastRow)
protected JRLineBox copyFrameBox(FrameCell frameCell, JRPrintFrame frame, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
Copyright © 2016. All rights reserved.