Uses of Class
net.sf.jasperreports.engine.export.tabulator.Column
-
Packages that use Column Package Description net.sf.jasperreports.engine.export.tabulator -
-
Uses of Column in net.sf.jasperreports.engine.export.tabulator
Fields in net.sf.jasperreports.engine.export.tabulator with type parameters of type Column Modifier and Type Field Description protected DimensionEntries<Column>Table. columnsMethods in net.sf.jasperreports.engine.export.tabulator that return Column Modifier and Type Method Description protected ColumnTabulator. columnKey(int startCoord)ColumnTable.ColumnsControl. createEntry(int startCoord, int endCoord)ColumnTable.ColumnsControl. entryKey(int coord)ColumnTablePosition. getColumn()Methods in net.sf.jasperreports.engine.export.tabulator that return types with arguments of type Column Modifier and Type Method Description protected Tabulator.SpanInfo<Column>Tabulator. getColumnCellSpan(NavigableSet<Column> columns, Column column, Row row, Cell cell)protected Tabulator.SpanInfo<Column>Tabulator. getColumnCellSpan(TablePosition position, Cell cell)DimensionEntries<Column>Table. getColumns()protected Pair<Column,Column>Tabulator. getColumnSpanRange(Table table, Column col, Row row, Cell spanned)protected Pair<Column,Column>Tabulator. getColumnSpanRange(Table table, Column col, Row row, Cell spanned)Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type Column Modifier and Type Method Description protected voidTabulator. columnSplit(Table table, Column splitCol, Column newCol)voidTable.ColumnsControl. entrySplit(Column splitEntry, Column newEntry)CellRow. getCell(Column column)protected Tabulator.SpanInfo<Column>Tabulator. getColumnCellSpan(NavigableSet<Column> columns, Column column, Row row, Cell cell)protected Pair<Column,Column>Tabulator. getColumnSpanRange(Table table, Column col, Row row, Cell spanned)protected boolean[]Tabulator.TableCellCreator. getFrameCellBorders(Table table, FrameCell cell, Column firstCol, Column lastCol, Row firstRow, Row lastRow)protected Tabulator.SpanInfo<Row>Tabulator. getRowCellSpan(NavigableSet<Row> rows, Column column, Row row, Cell cell)protected Pair<Row,Row>Tabulator. getRowSpanRange(Table table, Column col, Row row, Cell spanned)voidTable. removeColumn(Column column, Column prevColumn)voidRow. setCell(Column column, Cell cell)Method parameters in net.sf.jasperreports.engine.export.tabulator with type arguments of type Column Modifier and Type Method Description protected voidTabulator. collapseSpanColumns(Table table, DimensionRange<Column> range)protected voidTabulator. createLayeredCell(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)protected voidTabulator. createOverlappedLayer(int xOffset, int yOffset, LayeredCell layeredCell, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)protected Tabulator.SpanInfo<Column>Tabulator. getColumnCellSpan(NavigableSet<Column> columns, Column column, Row row, Cell cell)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 voidTabulator. placeInLayeredCell(int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, LayeredCell layeredCell, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)protected voidTabulator. setElementCells(DimensionRange<Column> elementColRange, DimensionRange<Row> elementRowRange, Cell elementCell)protected voidTabulator. setElementCells(Table table, FrameCell parentCell, int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, DimensionRange<Column> colRange, DimensionRange<Row> rowRange)Constructors in net.sf.jasperreports.engine.export.tabulator with parameters of type Column Constructor Description TablePosition(Table table, Column column, Row row)
-