Package io.webfolder.cdp.type.overlay
Class FlexContainerHighlightConfig
java.lang.Object
io.webfolder.cdp.type.overlay.FlexContainerHighlightConfig
Configuration data for the highlighting of Flex container elements.
-
Constructor Summary
Constructors -
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).void
setColumnGapSpace
(BoxStyle columnGapSpace) Style of empty space caused by columns gaps (gap/column-gap).void
setContainerBorder
(LineStyle containerBorder) The style of the container bordervoid
setCrossAlignment
(LineStyle crossAlignment) Style of the self-alignment line (align-items).void
setCrossDistributedSpace
(BoxStyle crossDistributedSpace) Style of content-distribution space on the cross axis (align-content).void
setItemSeparator
(LineStyle itemSeparator) The style of the separator between itemsvoid
setLineSeparator
(LineStyle lineSeparator) The style of the separator between linesvoid
setMainDistributedSpace
(BoxStyle mainDistributedSpace) Style of content-distribution space on the main axis (justify-content).void
setRowGapSpace
(BoxStyle rowGapSpace) Style of empty space caused by row gaps (gap/row-gap).toString()
-
Constructor Details
-
FlexContainerHighlightConfig
public FlexContainerHighlightConfig()
-
-
Method Details
-
getContainerBorder
The style of the container border -
setContainerBorder
The style of the container border -
getLineSeparator
The style of the separator between lines -
setLineSeparator
The style of the separator between lines -
getItemSeparator
The style of the separator between items -
setItemSeparator
The style of the separator between items -
getMainDistributedSpace
Style of content-distribution space on the main axis (justify-content). -
setMainDistributedSpace
Style of content-distribution space on the main axis (justify-content). -
getCrossDistributedSpace
Style of content-distribution space on the cross axis (align-content). -
setCrossDistributedSpace
Style of content-distribution space on the cross axis (align-content). -
getRowGapSpace
Style of empty space caused by row gaps (gap/row-gap). -
setRowGapSpace
Style of empty space caused by row gaps (gap/row-gap). -
getColumnGapSpace
Style of empty space caused by columns gaps (gap/column-gap). -
setColumnGapSpace
Style of empty space caused by columns gaps (gap/column-gap). -
getCrossAlignment
Style of the self-alignment line (align-items). -
setCrossAlignment
Style of the self-alignment line (align-items). -
toString
-