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. columns
Methods in net.sf.jasperreports.engine.export.tabulator that return Column Modifier and Type Method Description protected Column
Tabulator. columnKey(int startCoord)
Column
Table.ColumnsControl. createEntry(int startCoord, int endCoord)
Column
Table.ColumnsControl. entryKey(int coord)
Column
TablePosition. 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 void
Tabulator. columnSplit(Table table, Column splitCol, Column newCol)
void
Table.ColumnsControl. entrySplit(Column splitEntry, Column newEntry)
Cell
Row. 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)
void
Table. removeColumn(Column column, Column prevColumn)
void
Row. 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 void
Tabulator. collapseSpanColumns(Table table, DimensionRange<Column> range)
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 void
Tabulator. 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 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 void
Tabulator. placeInLayeredCell(int xOffset, int yOffset, JRPrintElement element, PrintElementIndex parentIndex, int elementIndex, LayeredCell layeredCell, DimensionRange<Column> layeredColRange, DimensionRange<Row> layeredRowRange)
protected void
Tabulator. setElementCells(DimensionRange<Column> elementColRange, DimensionRange<Row> elementRowRange, Cell elementCell)
protected void
Tabulator. 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)
-