Class GridTrackSizer.Track

  • Enclosing class:
    GridTrackSizer

    static class GridTrackSizer.Track
    extends java.lang.Object
    • Field Detail

      • baseSize

        float baseSize
      • growthLimit

        float growthLimit
      • plannedIncrease

        float plannedIncrease
      • incurredIncrease

        float incurredIncrease
      • isInfinityGrowable

        boolean isInfinityGrowable
    • Constructor Detail

      • Track

        Track()
    • Method Detail

      • definiteGrowthLimit

        public float definiteGrowthLimit()
      • isFlexibleTrack

        public boolean isFlexibleTrack()
      • hasAutoMax

        public boolean hasAutoMax()
      • getFlexFactor

        public float getFlexFactor()
      • ensureGrowthLimitIsNotLessThanBaseSize

        public void ensureGrowthLimitIsNotLessThanBaseSize()