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 classBaseElementCellclassElementCellclassFrameCellclassLayeredCellclassNestedTableCellclassSplitCellMethods in net.sf.jasperreports.engine.export.tabulator that return Cell Modifier and Type Method Description CellRow. getCell(Column column)CellTableCell. getCell()CellSplitCell. getSourceCell()protected CellTabulator. overlapParentCell(Cell existingCell, FrameCell currentParent)CellCell. split()CellElementCell. split()CellFrameCell. split()CellLayeredCell. split()CellNestedTableCell. split()CellSplitCell. split()CellTabulator.ParentDrop. visit(ElementCell cell, FrameCell parent)CellTabulator.ParentDrop. visit(FrameCell frameCell, FrameCell parent)CellTabulator.ParentDrop. visit(LayeredCell layeredCell, FrameCell parent)CellTabulator.ParentDrop. visit(NestedTableCell nestedTableCell, FrameCell parent)CellTabulator.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 booleanTabulator. canOverwrite(Cell existingCell, FrameCell currentParent)protected JRLineBoxTabulator.TableCellCreator. copyParentBox(Cell cell, JRPrintElement element, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)protected TableCellTabulator.TableCellCreator. createFromParent(Cell cell, TablePosition position)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)TableCellTabulator. getTableCell(TablePosition position, Cell cell)protected booleanTabulator. isParent(FrameCell parent, Cell child)protected booleanTabulator. isSplitCell(Cell spanned, Cell cell)protected CellTabulator. overlapParentCell(Cell existingCell, FrameCell currentParent)voidRow. setCell(Column column, Cell cell)protected voidTabulator. setElementCells(DimensionRange<Column> elementColRange, DimensionRange<Row> elementRowRange, Cell elementCell)java.lang.BooleanTabulator.CollapseCheck. visit(ElementCell spanned, Cell cell)java.lang.BooleanTabulator.CollapseCheck. visit(FrameCell spanned, Cell cell)java.lang.BooleanTabulator.CollapseCheck. visit(LayeredCell spanned, Cell cell)java.lang.BooleanTabulator.CollapseCheck. visit(NestedTableCell spanned, Cell cell)java.lang.BooleanTabulator.CollapseCheck. visit(SplitCell spanned, Cell cell)java.lang.BooleanTabulator.SpanCheck. visit(ElementCell spanned, Cell cell)java.lang.BooleanTabulator.SpanCheck. visit(FrameCell spanned, Cell cell)java.lang.BooleanTabulator.SpanCheck. visit(LayeredCell spanned, Cell cell)java.lang.BooleanTabulator.SpanCheck. visit(NestedTableCell spanned, Cell cell)java.lang.BooleanTabulator.SpanCheck. visit(SplitCell spanned, Cell cell)java.lang.BooleanTabulator.SpanRangeCheck. visit(ElementCell spanned, Cell cell)java.lang.BooleanTabulator.SpanRangeCheck. visit(FrameCell spanned, Cell cell)java.lang.BooleanTabulator.SpanRangeCheck. visit(LayeredCell spanned, Cell cell)java.lang.BooleanTabulator.SpanRangeCheck. visit(NestedTableCell spanned, Cell cell)java.lang.BooleanTabulator.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, java.awt.Color backcolor, JRLineBox box)
-