Class FlexContainerHighlightConfig
java.lang.Object
org.openqa.selenium.devtools.v150.overlay.model.FlexContainerHighlightConfig
Configuration data for the highlighting of Flex container elements.
-
Constructor Summary
ConstructorsConstructorDescriptionFlexContainerHighlightConfig(Optional<LineStyle> containerBorder, Optional<LineStyle> lineSeparator, Optional<LineStyle> itemSeparator, Optional<BoxStyle> mainDistributedSpace, Optional<BoxStyle> crossDistributedSpace, Optional<BoxStyle> rowGapSpace, Optional<BoxStyle> columnGapSpace, Optional<LineStyle> crossAlignment) -
Method Summary
Modifier and TypeMethodDescriptionStyle of empty space caused by columns gaps (gap/column-gap).The style of the container borderStyle of the self-alignment line (align-items).Style of content-distribution space on the cross axis (align-content).The style of the separator between itemsThe style of the separator between linesStyle of content-distribution space on the main axis (justify-content).Style of empty space caused by row gaps (gap/row-gap).
-
Constructor Details
-
FlexContainerHighlightConfig
public FlexContainerHighlightConfig(Optional<LineStyle> containerBorder, Optional<LineStyle> lineSeparator, Optional<LineStyle> itemSeparator, Optional<BoxStyle> mainDistributedSpace, Optional<BoxStyle> crossDistributedSpace, Optional<BoxStyle> rowGapSpace, Optional<BoxStyle> columnGapSpace, Optional<LineStyle> crossAlignment)
-
-
Method Details
-
getContainerBorder
-
getLineSeparator
-
getItemSeparator
-
getMainDistributedSpace
-
getCrossDistributedSpace
-
getRowGapSpace
-
getColumnGapSpace
-
getCrossAlignment
-