Uses of Interface
net.sf.jasperreports.engine.export.tabulator.Cell
-
Packages that use Cell Package Description net.sf.jasperreports.engine.export.tabulator -
-
Uses of Cell in net.sf.jasperreports.engine.export.tabulator
Classes in net.sf.jasperreports.engine.export.tabulator that implement Cell Modifier and Type Class Description class
BaseElementCell
class
ElementCell
class
FrameCell
class
LayeredCell
class
NestedTableCell
class
SplitCell
Methods in net.sf.jasperreports.engine.export.tabulator that return Cell Modifier and Type Method Description Cell
Row. getCell(Column column)
Cell
TableCell. getCell()
Cell
SplitCell. getSourceCell()
protected Cell
Tabulator. overlapParentCell(Cell existingCell, FrameCell currentParent)
Cell
Cell. split()
Cell
ElementCell. split()
Cell
FrameCell. split()
Cell
LayeredCell. split()
Cell
NestedTableCell. split()
Cell
SplitCell. split()
Cell
Tabulator.ParentDrop. visit(ElementCell cell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(FrameCell frameCell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(LayeredCell layeredCell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(NestedTableCell nestedTableCell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(SplitCell cell, FrameCell parent)
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type Cell Modifier and Type Method Description 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 TableCell
Tabulator.TableCellCreator. createFromParent(Cell cell, TablePosition position)
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 Pair<Column,Column>
Tabulator. getColumnSpanRange(Table table, Column col, Row row, Cell spanned)
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)
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)
Boolean
Tabulator.CollapseCheck. visit(ElementCell spanned, Cell cell)
Boolean
Tabulator.CollapseCheck. visit(FrameCell spanned, Cell cell)
Boolean
Tabulator.CollapseCheck. visit(LayeredCell spanned, Cell cell)
Boolean
Tabulator.CollapseCheck. visit(NestedTableCell spanned, Cell cell)
Boolean
Tabulator.CollapseCheck. visit(SplitCell spanned, Cell cell)
Boolean
Tabulator.SpanCheck. visit(ElementCell spanned, Cell cell)
Boolean
Tabulator.SpanCheck. visit(FrameCell spanned, Cell cell)
Boolean
Tabulator.SpanCheck. visit(LayeredCell spanned, Cell cell)
Boolean
Tabulator.SpanCheck. visit(NestedTableCell spanned, Cell cell)
Boolean
Tabulator.SpanCheck. visit(SplitCell spanned, Cell cell)
Boolean
Tabulator.SpanRangeCheck. visit(ElementCell spanned, Cell cell)
Boolean
Tabulator.SpanRangeCheck. visit(FrameCell spanned, Cell cell)
Boolean
Tabulator.SpanRangeCheck. visit(LayeredCell spanned, Cell cell)
Boolean
Tabulator.SpanRangeCheck. visit(NestedTableCell spanned, Cell cell)
Boolean
Tabulator.SpanRangeCheck. visit(SplitCell spanned, Cell cell)
Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type Cell Constructor Description SplitCell(Cell sourceCell)
TableCell(Tabulator tabulator, TablePosition position, Cell cell, JRPrintElement element, TableCell.CellType cellType, int colSpan, int rowSpan, Color backcolor, JRLineBox box)
-