Class FlexContainerRenderer

    • Field Detail

      • hypotheticalCrossSizes

        private final java.util.Map<java.lang.Float,​java.lang.Float> hypotheticalCrossSizes
        Used for caching purposes in FlexUtil We couldn't find the real use case when this map contains more than 1 entry but let it still be a map to be on a safe(r) side Map mainSize (always width in our case) - hypotheticalCrossSize
      • lines

        private java.util.List<java.util.List<FlexItemInfo>> lines
    • Constructor Detail

      • FlexContainerRenderer

        public FlexContainerRenderer​(Div modelElement)
        Creates a FlexContainerRenderer from its corresponding layout object.
        Parameters:
        modelElement - the Div which this object should manage