Uses of Class
com.itextpdf.layout.renderer.GridTrackSizer.Track
-
Packages that use GridTrackSizer.Track Package Description com.itextpdf.layout.renderer -
-
Uses of GridTrackSizer.Track in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer with type parameters of type GridTrackSizer.Track Modifier and Type Field Description private java.util.List<GridTrackSizer.Track>GridTrackSizer. tracksprivate java.util.List<GridTrackSizer.Track>GridTrackSizer.TrackSizingResult. tracksMethods in com.itextpdf.layout.renderer that return types with arguments of type GridTrackSizer.Track Modifier and Type Method Description private java.util.List<GridTrackSizer.Track>GridTrackSizer. getSpannedTracks(GridCell cell)Method parameters in com.itextpdf.layout.renderer with type arguments of type GridTrackSizer.Track Modifier and Type Method Description private voidGridTrackSizer. distributeExtraSpaceToTracks(float extraSpace, float flexFactorSum, GridTrackSizer.GridItemContributionType contributionType, java.util.List<GridTrackSizer.Track> tracksToGrow, java.util.List<GridTrackSizer.Track> tracksToGrowBeyondLimits, boolean isEqualDistribution)private floatGridTrackSizer. findFrSize(java.util.List<GridTrackSizer.Track> affectedTracks, float leftoverSpace)Constructor parameters in com.itextpdf.layout.renderer with type arguments of type GridTrackSizer.Track Constructor Description TrackSizingResult(java.util.List<GridTrackSizer.Track> tracks, float gap, java.util.Set<java.lang.Integer> percentValueIndexes)
-