Package com.itextpdf.layout.renderer
Class GridTrackSizer.Track
- java.lang.Object
-
- com.itextpdf.layout.renderer.GridTrackSizer.Track
-
- Enclosing class:
- GridTrackSizer
static class GridTrackSizer.Track extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) float
baseSize
(package private) float
growthLimit
(package private) float
incurredIncrease
(package private) boolean
isInfinityGrowable
(package private) float
plannedIncrease
(package private) GridValue
value
-
Constructor Summary
Constructors Constructor Description Track()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
definiteGrowthLimit()
void
ensureGrowthLimitIsNotLessThanBaseSize()
float
getFlexFactor()
boolean
hasAutoMax()
boolean
isFlexibleTrack()
-
-
-
Field Detail
-
baseSize
float baseSize
-
growthLimit
float growthLimit
-
value
GridValue value
-
plannedIncrease
float plannedIncrease
-
incurredIncrease
float incurredIncrease
-
isInfinityGrowable
boolean isInfinityGrowable
-
-