Uses of Class
com.itextpdf.layout.renderer.GridCell
Packages that use GridCell
-
Uses of GridCell in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as GridCellFields in com.itextpdf.layout.renderer with type parameters of type GridCellModifier and TypeFieldDescriptionGrid.itemsWithoutPlace
private final List
<Collection<GridCell>> Grid.uniqueCells
Unique grid cells cached values.Methods in com.itextpdf.layout.renderer that return GridCellModifier and TypeMethodDescription(package private) final GridCell[][]
Grid.getRows()
Get internal matrix of cells.Methods in com.itextpdf.layout.renderer that return types with arguments of type GridCellModifier and TypeMethodDescription(package private) static Comparator
<GridCell> Grid.Builder.getOrderingFunctionForFlow
(GridFlow flow) (package private) Collection
<GridCell> Grid.getUniqueGridCells
(Grid.GridOrder iterationOrder) Get all unique cells in the grid.Methods in com.itextpdf.layout.renderer with parameters of type GridCellModifier and TypeMethodDescriptionprivate void
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
int
(package private) void
Place cell on grid and resize grid if needed.private static LayoutContext
GridContainerRenderer.getCellLayoutContext
(LayoutContext layoutContext, Rectangle actualBBox, GridCell cell) private 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 GridCellModifier and TypeMethodDescriptionprivate static int
Grid.Builder.calculateInitialColumnsCount
(Collection<GridCell> cells) private static int
Grid.Builder.calculateInitialRowsCount
(Collection<GridCell> cells) private void
GridTrackSizer.increaseTrackSizesToAccommodateGridItems
(List<GridCell> group, boolean isGroupSpanningFlexTrack, GridTrackSizer.GridItemContributionType contributionType)