Package com.itextpdf.layout.renderer
Class GridTrackSizer.Track
java.lang.Object
com.itextpdf.layout.renderer.GridTrackSizer.Track
- Enclosing class:
GridTrackSizer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) float
(package private) float
(package private) float
(package private) boolean
(package private) float
(package private) GridValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
void
float
boolean
boolean
-
Field Details
-
baseSize
float baseSize -
growthLimit
float growthLimit -
value
GridValue value -
plannedIncrease
float plannedIncrease -
incurredIncrease
float incurredIncrease -
isInfinityGrowable
boolean isInfinityGrowable
-
-
Constructor Details
-
Track
Track()
-
-
Method Details
-
definiteGrowthLimit
public float definiteGrowthLimit() -
isFlexibleTrack
public boolean isFlexibleTrack() -
hasAutoMax
public boolean hasAutoMax() -
getFlexFactor
public float getFlexFactor() -
ensureGrowthLimitIsNotLessThanBaseSize
public void ensureGrowthLimitIsNotLessThanBaseSize()
-