public class FlexContainerHighlightConfig extends Object
| Constructor and Description |
|---|
FlexContainerHighlightConfig() |
| Modifier and Type | Method and Description |
|---|---|
BoxStyle |
getColumnGapSpace()
Style of empty space caused by columns gaps (gap/column-gap).
|
LineStyle |
getContainerBorder()
The style of the container border
|
LineStyle |
getCrossAlignment()
Style of the self-alignment line (align-items).
|
BoxStyle |
getCrossDistributedSpace()
Style of content-distribution space on the cross axis (align-content).
|
LineStyle |
getItemSeparator()
The style of the separator between items
|
LineStyle |
getLineSeparator()
The style of the separator between lines
|
BoxStyle |
getMainDistributedSpace()
Style of content-distribution space on the main axis (justify-content).
|
BoxStyle |
getRowGapSpace()
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 border
|
void |
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 items
|
void |
setLineSeparator(LineStyle lineSeparator)
The style of the separator between lines
|
void |
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).
|
public LineStyle getContainerBorder()
public void setContainerBorder(LineStyle containerBorder)
public LineStyle getLineSeparator()
public void setLineSeparator(LineStyle lineSeparator)
public LineStyle getItemSeparator()
public void setItemSeparator(LineStyle itemSeparator)
public BoxStyle getMainDistributedSpace()
public void setMainDistributedSpace(BoxStyle mainDistributedSpace)
public BoxStyle getCrossDistributedSpace()
public void setCrossDistributedSpace(BoxStyle crossDistributedSpace)
public BoxStyle getRowGapSpace()
public void setRowGapSpace(BoxStyle rowGapSpace)
public BoxStyle getColumnGapSpace()
public void setColumnGapSpace(BoxStyle columnGapSpace)
public LineStyle getCrossAlignment()
public void setCrossAlignment(LineStyle crossAlignment)
Copyright © 2021 Kenan Klisura. All rights reserved.