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