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) floatbaseSize(package private) floatgrowthLimit(package private) floatincurredIncrease(package private) booleanisInfinityGrowable(package private) floatplannedIncrease(package private) GridValuevalue
-
Constructor Summary
Constructors Constructor Description Track()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatdefiniteGrowthLimit()voidensureGrowthLimitIsNotLessThanBaseSize()floatgetFlexFactor()booleanhasAutoMax()booleanisFlexibleTrack()
-
-
-
Field Detail
-
baseSize
float baseSize
-
growthLimit
float growthLimit
-
value
GridValue value
-
plannedIncrease
float plannedIncrease
-
incurredIncrease
float incurredIncrease
-
isInfinityGrowable
boolean isInfinityGrowable
-
-