Uses of Class
net.sf.jasperreports.engine.export.tabulator.LayeredCell
Packages that use LayeredCell
Package
Description
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
-
Uses of LayeredCell in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type LayeredCellModifier and TypeMethodDescriptionHtmlExporter.TableVisitor.visit(LayeredCell layeredCell, TablePosition position) -
Uses of LayeredCell in net.sf.jasperreports.engine.export.tabulator
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type LayeredCellModifier and TypeMethodDescriptionprotected voidTabulator.createOverlappedLayer(int xOffset, int yOffset, LayeredCell layeredCell, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange) protected voidTabulator.placeInLayeredCell(int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, LayeredCell layeredCell, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange) CellVisitor.visit(LayeredCell layeredCell, T arg) Tabulator.CollapseCheck.visit(LayeredCell spanned, Cell cell) Tabulator.ParentCheck.visit(LayeredCell layeredCell, FrameCell parentCell) Tabulator.ParentDrop.visit(LayeredCell layeredCell, FrameCell parent) Tabulator.SpanCheck.visit(LayeredCell spanned, Cell cell) Tabulator.SpanRangeCheck.visit(LayeredCell spanned, Cell cell) Tabulator.TableCellCreator.visit(LayeredCell layeredCell, TablePosition position)