Class MinorAxisLayoutStepUtil


  • public class MinorAxisLayoutStepUtil
    extends Object
    • Field Detail

      • FULL_WIDTH_LENGTH

        public static final RenderLength FULL_WIDTH_LENGTH
    • Method Detail

      • resolveNodeWidthOnStartForCanvasLegacy

        public static long resolveNodeWidthOnStartForCanvasLegacy​(RenderBox box,
                                                                  MinorAxisNodeContext nodeContext,
                                                                  long x)
      • resolveNodeWidthOnFinish

        public static long resolveNodeWidthOnFinish​(RenderBox box,
                                                    MinorAxisNodeContext nodeContext,
                                                    boolean strictLegacyMode)
      • resolveNodeWidthForMinChunkCalculation

        public static long resolveNodeWidthForMinChunkCalculation​(RenderBox box)
        Calculates the minimum area a element will consume. The returned value references the border-box, the area that includes border, padding and content-box.
        Parameters:
        box -
        Returns: