-
public final class FlexContainerHighlightConfigConfiguration data for the highlighting of Flex container elements.
-
-
Field Summary
Fields Modifier and Type Field Description private final LineStylecontainerBorderprivate final LineStylelineSeparatorprivate final LineStyleitemSeparatorprivate final BoxStylemainDistributedSpaceprivate final BoxStylecrossDistributedSpaceprivate final BoxStylerowGapSpaceprivate final BoxStylecolumnGapSpaceprivate final LineStylecrossAlignment
-
Method Summary
Modifier and Type Method Description final LineStylecomponent1()final LineStylecomponent2()final LineStylecomponent3()final BoxStylecomponent4()final BoxStylecomponent5()final BoxStylecomponent6()final BoxStylecomponent7()final LineStylecomponent8()final FlexContainerHighlightConfigcopy(LineStyle containerBorder, LineStyle lineSeparator, LineStyle itemSeparator, BoxStyle mainDistributedSpace, BoxStyle crossDistributedSpace, BoxStyle rowGapSpace, BoxStyle columnGapSpace, LineStyle crossAlignment)final LineStylegetContainerBorder()The style of the container border final LineStylegetLineSeparator()The style of the separator between lines final LineStylegetItemSeparator()The style of the separator between items final BoxStylegetMainDistributedSpace()Style of content-distribution space on the main axis (justify-content). final BoxStylegetCrossDistributedSpace()Style of content-distribution space on the cross axis (align-content). final BoxStylegetRowGapSpace()Style of empty space caused by row gaps (gap/row-gap). final BoxStylegetColumnGapSpace()Style of empty space caused by columns gaps (gap/column-gap). final LineStylegetCrossAlignment()Style of the self-alignment line (align-items). -
-
Method Detail
-
component1
final LineStyle component1()
-
component2
final LineStyle component2()
-
component3
final LineStyle component3()
-
component4
final BoxStyle component4()
-
component5
final BoxStyle component5()
-
component6
final BoxStyle component6()
-
component7
final BoxStyle component7()
-
component8
final LineStyle component8()
-
copy
final FlexContainerHighlightConfig copy(LineStyle containerBorder, LineStyle lineSeparator, LineStyle itemSeparator, BoxStyle mainDistributedSpace, BoxStyle crossDistributedSpace, BoxStyle rowGapSpace, BoxStyle columnGapSpace, LineStyle crossAlignment)
-
getContainerBorder
final LineStyle getContainerBorder()
The style of the container border
-
getLineSeparator
final LineStyle getLineSeparator()
The style of the separator between lines
-
getItemSeparator
final LineStyle getItemSeparator()
The style of the separator between items
-
getMainDistributedSpace
final BoxStyle getMainDistributedSpace()
Style of content-distribution space on the main axis (justify-content).
-
getCrossDistributedSpace
final BoxStyle getCrossDistributedSpace()
Style of content-distribution space on the cross axis (align-content).
-
getRowGapSpace
final BoxStyle getRowGapSpace()
Style of empty space caused by row gaps (gap/row-gap).
-
getColumnGapSpace
final BoxStyle getColumnGapSpace()
Style of empty space caused by columns gaps (gap/column-gap).
-
getCrossAlignment
final LineStyle getCrossAlignment()
Style of the self-alignment line (align-items).
-
-
-
-