Uses of Class
net.sf.jasperreports.engine.export.tabulator.Column
Packages that use Column
-
Uses of Column in net.sf.jasperreports.engine.export.tabulator
Fields in net.sf.jasperreports.engine.export.tabulator with type parameters of type ColumnMethods in net.sf.jasperreports.engine.export.tabulator that return ColumnModifier and TypeMethodDescriptionprotected ColumnTabulator.columnKey(int startCoord) Table.ColumnsControl.createEntry(int startCoord, int endCoord) Table.ColumnsControl.entryKey(int coord) TablePosition.getColumn()Methods in net.sf.jasperreports.engine.export.tabulator that return types with arguments of type ColumnModifier and TypeMethodDescriptionprotected Tabulator.SpanInfo<Column> Tabulator.getColumnCellSpan(NavigableSet<Column> columns, Column column, Row row, Cell cell) protected Tabulator.SpanInfo<Column> Tabulator.getColumnCellSpan(TablePosition position, Cell cell) Table.getColumns()Tabulator.getColumnSpanRange(Table table, Column col, Row row, Cell spanned) Tabulator.getColumnSpanRange(Table table, Column col, Row row, Cell spanned) Methods in net.sf.jasperreports.engine.export.tabulator with parameters of type ColumnModifier and TypeMethodDescriptionprotected voidTabulator.columnSplit(Table table, Column splitCol, Column newCol) voidTable.ColumnsControl.entrySplit(Column splitEntry, Column newEntry) protected Tabulator.SpanInfo<Column> Tabulator.getColumnCellSpan(NavigableSet<Column> columns, Column column, Row row, Cell cell) 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) Tabulator.getRowSpanRange(Table table, Column col, Row row, Cell spanned) voidTable.removeColumn(Column column, Column prevColumn) voidMethod parameters in net.sf.jasperreports.engine.export.tabulator with type arguments of type ColumnModifier and TypeMethodDescriptionprotected 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