Class FlexContainerHighlightConfig


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

      • FlexContainerHighlightConfig

        public FlexContainerHighlightConfig​(java.util.Optional<LineStyle> containerBorder,
                                            java.util.Optional<LineStyle> lineSeparator,
                                            java.util.Optional<LineStyle> itemSeparator,
                                            java.util.Optional<BoxStyle> mainDistributedSpace,
                                            java.util.Optional<BoxStyle> crossDistributedSpace,
                                            java.util.Optional<BoxStyle> rowGapSpace,
                                            java.util.Optional<BoxStyle> columnGapSpace,
                                            java.util.Optional<LineStyle> crossAlignment)
    • Method Detail

      • getContainerBorder

        public java.util.Optional<LineStyle> getContainerBorder()
        The style of the container border
      • getLineSeparator

        public java.util.Optional<LineStyle> getLineSeparator()
        The style of the separator between lines
      • getItemSeparator

        public java.util.Optional<LineStyle> getItemSeparator()
        The style of the separator between items
      • getMainDistributedSpace

        public java.util.Optional<BoxStyle> getMainDistributedSpace()
        Style of content-distribution space on the main axis (justify-content).
      • getCrossDistributedSpace

        public java.util.Optional<BoxStyle> getCrossDistributedSpace()
        Style of content-distribution space on the cross axis (align-content).
      • getRowGapSpace

        public java.util.Optional<BoxStyle> getRowGapSpace()
        Style of empty space caused by row gaps (gap/row-gap).
      • getColumnGapSpace

        public java.util.Optional<BoxStyle> getColumnGapSpace()
        Style of empty space caused by columns gaps (gap/column-gap).
      • getCrossAlignment

        public java.util.Optional<LineStyle> getCrossAlignment()
        Style of the self-alignment line (align-items).