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 Void
HtmlExporter.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 FrameCell
BaseElementCell. parent
Methods in net.sf.jasperreports.engine.export.tabulator that return FrameCell Modifier and Type Method Description protected FrameCell
Tabulator. droppedParent(FrameCell existingParent, FrameCell parent)
protected FrameCell
Tabulator.ParentDrop. droppedParent(FrameCell existingParent, FrameCell parent)
FrameCell
BaseElementCell. getParent()
FrameCell
Cell. getParent()
FrameCell
LayeredCell. getParent()
FrameCell
NestedTableCell. getParent()
FrameCell
SplitCell. getParent()
Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type FrameCell Modifier and Type Method Description protected boolean
Tabulator. canOverwrite(Cell existingCell, FrameCell currentParent)
protected JRLineBox
Tabulator.TableCellCreator. copyFrameBox(FrameCell frameCell, JRPrintFrame frame, JRLineBox baseBox, boolean keepLeft, boolean keepRight, boolean keepTop, boolean keepBottom)
protected void
Tabulator. createLayeredCell(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)
protected FrameCell
Tabulator. droppedParent(FrameCell existingParent, FrameCell parent)
protected FrameCell
Tabulator.ParentDrop. droppedParent(FrameCell existingParent, FrameCell parent)
protected boolean[]
Tabulator.TableCellCreator. getFrameCellBorders(Table table, FrameCell cell, Column firstCol, Column lastCol, Row firstRow, Row lastRow)
protected boolean
Tabulator. isParent(FrameCell parent, Cell child)
protected boolean
Tabulator. isParent(FrameCell parent, FrameCell child)
protected void
Tabulator. layoutElements(List<? extends JRPrintElement> elementList, Table table, FrameCell parentCell, PrintElementIndex parentIndex, int xOffset, int yOffset, Bounds elementBounds)
protected void
Tabulator. layoutFrame(Table table, FrameCell parentCell, int xOffset, int yOffset, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> elementColRange, DimensionRange<Row> elementRowRange, JRPrintFrame frame)
protected void
Tabulator. moveCellsToLayerTable(FrameCell parentCell, Table layerTable, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)
protected Cell
Tabulator. overlapParentCell(Cell existingCell, FrameCell currentParent)
protected boolean
Tabulator. placeElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, boolean allowOverlap)
protected void
Tabulator. placeOverlappedElement(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, Bounds overlapBounds)
protected void
Tabulator. setElementCells(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)
void
BaseElementCell. setParent(FrameCell parent)
void
LayeredCell. setParent(FrameCell parent)
void
NestedTableCell. setParent(FrameCell parent)
R
CellVisitor. visit(FrameCell frameCell, T arg)
Boolean
Tabulator.CollapseCheck. visit(FrameCell spanned, Cell cell)
Boolean
Tabulator.ParentCheck. visit(ElementCell cell, FrameCell parentCell)
Boolean
Tabulator.ParentCheck. visit(FrameCell frameCell, FrameCell parentCell)
Boolean
Tabulator.ParentCheck. visit(LayeredCell layeredCell, FrameCell parentCell)
Boolean
Tabulator.ParentCheck. visit(NestedTableCell nestedTableCell, FrameCell parentCell)
Boolean
Tabulator.ParentCheck. visit(SplitCell cell, FrameCell parentCell)
Cell
Tabulator.ParentDrop. visit(ElementCell cell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(FrameCell frameCell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(LayeredCell layeredCell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(NestedTableCell nestedTableCell, FrameCell parent)
Cell
Tabulator.ParentDrop. visit(SplitCell cell, FrameCell parent)
Boolean
Tabulator.SpanCheck. visit(FrameCell spanned, Cell cell)
Boolean
Tabulator.SpanRangeCheck. visit(FrameCell spanned, Cell cell)
TableCell
Tabulator.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)
-