Class GridTrackSizer.Track

java.lang.Object
com.itextpdf.layout.renderer.GridTrackSizer.Track
Enclosing class:
GridTrackSizer

static class GridTrackSizer.Track extends Object
  • 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()