Class FlexContainerHighlightConfig

java.lang.Object
io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig

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

    • FlexContainerHighlightConfig

      public FlexContainerHighlightConfig()
  • Method Details

    • getContainerBorder

      public LineStyle getContainerBorder()
      The style of the container border
    • setContainerBorder

      public void setContainerBorder(LineStyle containerBorder)
      The style of the container border
    • getLineSeparator

      public LineStyle getLineSeparator()
      The style of the separator between lines
    • setLineSeparator

      public void setLineSeparator(LineStyle lineSeparator)
      The style of the separator between lines
    • getItemSeparator

      public LineStyle getItemSeparator()
      The style of the separator between items
    • setItemSeparator

      public void setItemSeparator(LineStyle itemSeparator)
      The style of the separator between items
    • getMainDistributedSpace

      public BoxStyle getMainDistributedSpace()
      Style of content-distribution space on the main axis (justify-content).
    • setMainDistributedSpace

      public void setMainDistributedSpace(BoxStyle mainDistributedSpace)
      Style of content-distribution space on the main axis (justify-content).
    • getCrossDistributedSpace

      public BoxStyle getCrossDistributedSpace()
      Style of content-distribution space on the cross axis (align-content).
    • setCrossDistributedSpace

      public void setCrossDistributedSpace(BoxStyle crossDistributedSpace)
      Style of content-distribution space on the cross axis (align-content).
    • getRowGapSpace

      public BoxStyle getRowGapSpace()
      Style of empty space caused by row gaps (gap/row-gap).
    • setRowGapSpace

      public void setRowGapSpace(BoxStyle rowGapSpace)
      Style of empty space caused by row gaps (gap/row-gap).
    • getColumnGapSpace

      public BoxStyle getColumnGapSpace()
      Style of empty space caused by columns gaps (gap/column-gap).
    • setColumnGapSpace

      public void setColumnGapSpace(BoxStyle columnGapSpace)
      Style of empty space caused by columns gaps (gap/column-gap).
    • getCrossAlignment

      public LineStyle getCrossAlignment()
      Style of the self-alignment line (align-items).
    • setCrossAlignment

      public void setCrossAlignment(LineStyle crossAlignment)
      Style of the self-alignment line (align-items).
    • toString

      public String toString()
      Overrides:
      toString in class Object