Uses of Class
com.itextpdf.layout.renderer.GridCell
-
Packages that use GridCell Package Description com.itextpdf.layout.renderer -
-
Uses of GridCell in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as GridCell Modifier and Type Field Description private GridCell[][]Grid. rowsCells container.Fields in com.itextpdf.layout.renderer with type parameters of type GridCell Modifier and Type Field Description private java.util.List<GridCell>Grid. itemsWithoutPlaceprivate java.util.List<java.util.Collection<GridCell>>Grid. uniqueCellsUnique grid cells cached values.Methods in com.itextpdf.layout.renderer that return GridCell Modifier and Type Method Description (package private) GridCell[][]Grid. getRows()Get internal matrix of cells.Methods in com.itextpdf.layout.renderer that return types with arguments of type GridCell Modifier and Type Method Description (package private) static java.util.Comparator<GridCell>Grid.Builder. getOrderingFunctionForFlow(GridFlow flow)(package private) java.util.Collection<GridCell>Grid. getUniqueGridCells(Grid.GridOrder iterationOrder)Get all unique cells in the grid.Methods in com.itextpdf.layout.renderer with parameters of type GridCell Modifier and Type Method Description private voidGrid. addCell(GridCell cell)Add cell in the grid, checking that it would fit and initializing it bottom left corner (x, y).private floatGridTrackSizer. calculateMinMaxContribution(GridCell cell, boolean minTypeContribution)Calculate min or max contribution of a cell.private intGrid.ColumnCellComparator. calculateModifiers(GridCell value)private intGrid.RowCellComparator. calculateModifiers(GridCell value)intGrid.ColumnCellComparator. compare(GridCell lhs, GridCell rhs)intGrid.RowCellComparator. compare(GridCell lhs, GridCell rhs)(package private) voidGrid.CellPlacementHelper. fit(GridCell cell)Place cell on grid and resize grid if needed.private static LayoutContextGridContainerRenderer. getCellLayoutContext(LayoutContext layoutContext, Rectangle actualBBox, GridCell cell)private java.util.List<GridTrackSizer.Track>GridTrackSizer. getSpannedTracks(GridCell cell)private static intGridContainerRenderer. processLayoutResult(GridContainerRenderer.GridLayoutResult layoutResult, GridCell cell, LayoutResult cellResult)Method parameters in com.itextpdf.layout.renderer with type arguments of type GridCell Modifier and Type Method Description private static intGrid.Builder. calculateInitialColumnsCount(java.util.Collection<GridCell> cells)private static intGrid.Builder. calculateInitialRowsCount(java.util.Collection<GridCell> cells)private voidGridTrackSizer. increaseTrackSizesToAccommodateGridItems(java.util.List<GridCell> group, boolean isGroupSpanningFlexTrack, GridTrackSizer.GridItemContributionType contributionType)
-