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.itemsWithoutPlaceprivate final List<Collection<GridCell>> Grid.uniqueCellsUnique 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 voidAdd 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) intint(package private) voidPlace cell on grid and resize grid if needed.private static LayoutContextGridContainerRenderer.getCellLayoutContext(LayoutContext layoutContext, Rectangle actualBBox, GridCell cell) private 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 GridCellModifier and TypeMethodDescriptionprivate static intGrid.Builder.calculateInitialColumnsCount(Collection<GridCell> cells) private static intGrid.Builder.calculateInitialRowsCount(Collection<GridCell> cells) private voidGridTrackSizer.increaseTrackSizesToAccommodateGridItems(List<GridCell> group, boolean isGroupSpanningFlexTrack, GridTrackSizer.GridItemContributionType contributionType)