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 java.lang.VoidHtmlExporter.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 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)RCellVisitor. visit(LayeredCell layeredCell, T arg)java.lang.BooleanTabulator.CollapseCheck. visit(LayeredCell spanned, Cell cell)java.lang.BooleanTabulator.ParentCheck. visit(LayeredCell layeredCell, FrameCell parentCell)CellTabulator.ParentDrop. visit(LayeredCell layeredCell, FrameCell parent)java.lang.BooleanTabulator.SpanCheck. visit(LayeredCell spanned, Cell cell)java.lang.BooleanTabulator.SpanRangeCheck. visit(LayeredCell spanned, Cell cell)TableCellTabulator.TableCellCreator. visit(LayeredCell layeredCell, TablePosition position)
-