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. rows
Cells container.Fields in com.itextpdf.layout.renderer with type parameters of type GridCell Modifier and Type Field Description private java.util.List<GridCell>
Grid. itemsWithoutPlace
private java.util.List<java.util.Collection<GridCell>>
Grid. uniqueCells
Unique 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 void
Grid. addCell(GridCell cell)
Add cell in the grid, checking that it would fit and initializing it bottom left corner (x, y).private float
GridTrackSizer. calculateMinMaxContribution(GridCell cell, boolean minTypeContribution)
Calculate min or max contribution of a cell.private int
Grid.ColumnCellComparator. calculateModifiers(GridCell value)
private int
Grid.RowCellComparator. calculateModifiers(GridCell value)
int
Grid.ColumnCellComparator. compare(GridCell lhs, GridCell rhs)
int
Grid.RowCellComparator. compare(GridCell lhs, GridCell rhs)
(package private) void
Grid.CellPlacementHelper. fit(GridCell cell)
Place cell on grid and resize grid if needed.private static LayoutContext
GridContainerRenderer. getCellLayoutContext(LayoutContext layoutContext, Rectangle actualBBox, GridCell cell)
private java.util.List<GridTrackSizer.Track>
GridTrackSizer. getSpannedTracks(GridCell cell)
private static int
GridContainerRenderer. 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 int
Grid.Builder. calculateInitialColumnsCount(java.util.Collection<GridCell> cells)
private static int
Grid.Builder. calculateInitialRowsCount(java.util.Collection<GridCell> cells)
private void
GridTrackSizer. increaseTrackSizesToAccommodateGridItems(java.util.List<GridCell> group, boolean isGroupSpanningFlexTrack, GridTrackSizer.GridItemContributionType contributionType)
-