Class FlexItemHighlightConfig


  • public class FlexItemHighlightConfig
    extends java.lang.Object
    Configuration data for the highlighting of Flex item elements.
    • Constructor Detail

      • FlexItemHighlightConfig

        public FlexItemHighlightConfig​(java.util.Optional<BoxStyle> baseSizeBox,
                                       java.util.Optional<LineStyle> baseSizeBorder,
                                       java.util.Optional<LineStyle> flexibilityArrow)
    • Method Detail

      • getBaseSizeBox

        public java.util.Optional<BoxStyle> getBaseSizeBox()
        Style of the box representing the item's base size
      • getBaseSizeBorder

        public java.util.Optional<LineStyle> getBaseSizeBorder()
        Style of the border around the box representing the item's base size
      • getFlexibilityArrow

        public java.util.Optional<LineStyle> getFlexibilityArrow()
        Style of the arrow representing if the item grew or shrank