Uses of Class
be.quodlibet.boxable.Cell
Packages that use Cell
-
Uses of Cell in be.quodlibet.boxable
Subclasses of Cell in be.quodlibet.boxableModifier and TypeClassDescriptionclassImageCell<T extends org.apache.pdfbox.pdmodel.PDPage>classTableCell<T extends org.apache.pdfbox.pdmodel.PDPage>Methods in be.quodlibet.boxable that return CellModifier and TypeMethodDescriptionRow.createCell(float width, String value) Creates a cell with provided width, cell value and default left top alignmentRow.createCell(float width, String value, HorizontalAlignment align, VerticalAlignment valign) Creates a cell with provided width, cell value, horizontal and vertical alignmentRow.createCell(String value) Creates a cell with the same width as the corresponding header cellRow.createImageCell(float width, Image img, HorizontalAlignment align, VerticalAlignment valign) Methods in be.quodlibet.boxable that return types with arguments of type CellMethods in be.quodlibet.boxable with parameters of type CellModifier and TypeMethodDescriptionvoidCell.copyCellStyle(Cell sourceCell) Copies the style of an existing cell to this cellCell.hasSameStyle(Cell sourceCell) Compares the style of a cell with another cellvoidCellContentDrawnListener.onContentDrawn(Cell<T> cell, org.apache.pdfbox.pdmodel.PDDocument document, org.apache.pdfbox.pdmodel.PDPage page, org.apache.pdfbox.pdmodel.common.PDRectangle rectangle) Method parameters in be.quodlibet.boxable with type arguments of type Cell -
Uses of Cell in be.quodlibet.boxable.datatable
Methods in be.quodlibet.boxable.datatable that return CellModifier and TypeMethodDescriptionDataTable.getDataCellTemplateEven()Deprecated.DataTable.getDataCellTemplateOdd()Deprecated.DataTable.getFirstColumnCellTemplate()Get the Cell Template that will be assigned to cells in the first columnDataTable.getFirstColumnCellTemplateEven()Get the Cell Template that will be assigned to cells in the first column that are in even rowsDataTable.getFirstColumnCellTemplateOdd()Get the Cell Template that will be assigned to cells in the first column that are in odd rowsDataTable.getHeaderCellTemplate()Get the Cell Template that will be applied to header cells.DataTable.getLastColumnCellTemplate()Get the Cell Template that will be assigned to cells in the last columnsDataTable.getLastColumnCellTemplateEven()Get the Cell Template that will be assigned to cells in the last columns that are in even rowsDataTable.getLastColumnCellTemplateOdd()Get the Cell Template that will be assigned to cells in the last columns that are in odd rowsMethods in be.quodlibet.boxable.datatable that return types with arguments of type CellModifier and TypeMethodDescriptionDataTable.getDataCellTemplateEvenList()Get the Cell Templates that will be assigned to Data cells that are in even rows, and it contain first and last column.DataTable.getDataCellTemplateOddList()Get the Cell Templates that will be assigned to Data cells that are in odd rows, and it contain first and last column.Methods in be.quodlibet.boxable.datatable with parameters of type CellModifier and TypeMethodDescriptionvoidUpdateCellProperty.updateCellPropertiesAtColumn(Cell<org.apache.pdfbox.pdmodel.PDPage> cell, int column, int row)