Uses of Class
net.sf.jasperreports.engine.export.tabulator.FrameCell
-
Packages that use FrameCell 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 FrameCell in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export with parameters of type FrameCell Modifier and Type Method Description VoidHtmlExporter.TableVisitor. visit(FrameCell frameCell, TablePosition position) -
Uses of FrameCell in net.sf.jasperreports.engine.export.tabulator
Fields in net.sf.jasperreports.engine.export.tabulator declared as FrameCell Modifier and Type Field Description protected FrameCellBaseElementCell. parentMethods in net.sf.jasperreports.engine.export.tabulator that return FrameCell Modifier and Type Method Description protected FrameCellTabulator. droppedParent(FrameCell existingParent, FrameCell parent)protected FrameCellTabulator.ParentDrop. droppedParent(FrameCell existingParent, FrameCell parent)FrameCellBaseElementCell. getParent()FrameCellCell. getParent()FrameCellLayeredCell. getParent()FrameCellNestedTableCell. getParent()FrameCellSplitCell. getParent()Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type FrameCell Modifier and Type Method Description protected booleanTabulator. canOverwrite(Cell existingCell, FrameCell currentParent)protected JRLineBoxTabulator.TableCellCreator. copyFrameBox(FrameCell frameCell, JRPrintFrame frame, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)protected voidTabulator. createLayeredCell(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)protected FrameCellTabulator. droppedParent(FrameCell existingParent, FrameCell parent)protected FrameCellTabulator.ParentDrop. droppedParent(FrameCell existingParent, FrameCell parent)protected boolean[]Tabulator.TableCellCreator. getFrameCellBorders(Table table, FrameCell cell, Column firstCol, Column lastCol, Row firstRow, Row lastRow)protected booleanTabulator. isParent(FrameCell parent, Cell child)protected booleanTabulator. isParent(FrameCell parent, FrameCell child)protected voidTabulator. layoutElements(List<? extends JRPrintElement> elementList, Table table, FrameCell parentCell, PrintElementIndex parentIndex, int xOffset, int yOffset, Bounds elementBounds)protected voidTabulator. layoutFrame(Table table, FrameCell parentCell, int xOffset, int yOffset, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> elementColRange, DimensionRange<Row> elementRowRange, JRPrintFrame frame)protected voidTabulator. moveCellsToLayerTable(FrameCell parentCell, Table layerTable, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)protected CellTabulator. overlapParentCell(Cell existingCell, FrameCell currentParent)protected booleanTabulator. placeElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, boolean allowOverlap)protected voidTabulator. placeOverlappedElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, Bounds overlapBounds)protected voidTabulator. setElementCells(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)voidBaseElementCell. setParent(FrameCell parent)voidLayeredCell. setParent(FrameCell parent)voidNestedTableCell. setParent(FrameCell parent)RCellVisitor. visit(FrameCell frameCell, T arg)BooleanTabulator.CollapseCheck. visit(FrameCell spanned, Cell cell)BooleanTabulator.ParentCheck. visit(ElementCell cell, FrameCell parentCell)BooleanTabulator.ParentCheck. visit(FrameCell frameCell, FrameCell parentCell)BooleanTabulator.ParentCheck. visit(LayeredCell layeredCell, FrameCell parentCell)BooleanTabulator.ParentCheck. visit(NestedTableCell nestedTableCell, FrameCell parentCell)BooleanTabulator.ParentCheck. visit(SplitCell cell, FrameCell parentCell)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)BooleanTabulator.SpanCheck. visit(FrameCell spanned, Cell cell)BooleanTabulator.SpanRangeCheck. visit(FrameCell spanned, Cell cell)TableCellTabulator.TableCellCreator. visit(FrameCell frameCell, TablePosition position)Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type FrameCell Constructor Description BaseElementCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)ElementCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)FrameCell(FrameCell parent, PrintElementIndex parentIndex, int elementIndex)LayeredCell(FrameCell parent)NestedTableCell(FrameCell parent, Table table)
-