Class FlexItemHighlightConfig
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.overlay.model.FlexItemHighlightConfig
-
public class FlexItemHighlightConfig extends java.lang.Object
Configuration data for the highlighting of Flex item elements.
-
-
Constructor Summary
Constructors Constructor Description FlexItemHighlightConfig(java.util.Optional<BoxStyle> baseSizeBox, java.util.Optional<LineStyle> baseSizeBorder, java.util.Optional<LineStyle> flexibilityArrow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<LineStyle>
getBaseSizeBorder()
Style of the border around the box representing the item's base sizejava.util.Optional<BoxStyle>
getBaseSizeBox()
Style of the box representing the item's base sizejava.util.Optional<LineStyle>
getFlexibilityArrow()
Style of the arrow representing if the item grew or shrank
-
-
-
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
-
-