| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.types.overlay |
| Modifier and Type | Method and Description |
|---|---|
BoxStyle |
FlexItemHighlightConfig.getBaseSizeBox()
Style of the box representing the item's base size
|
BoxStyle |
FlexContainerHighlightConfig.getColumnGapSpace()
Style of empty space caused by columns gaps (gap/column-gap).
|
BoxStyle |
FlexContainerHighlightConfig.getCrossDistributedSpace()
Style of content-distribution space on the cross axis (align-content).
|
BoxStyle |
FlexContainerHighlightConfig.getMainDistributedSpace()
Style of content-distribution space on the main axis (justify-content).
|
BoxStyle |
FlexContainerHighlightConfig.getRowGapSpace()
Style of empty space caused by row gaps (gap/row-gap).
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlexItemHighlightConfig.setBaseSizeBox(BoxStyle baseSizeBox)
Style of the box representing the item's base size
|
void |
FlexContainerHighlightConfig.setColumnGapSpace(BoxStyle columnGapSpace)
Style of empty space caused by columns gaps (gap/column-gap).
|
void |
FlexContainerHighlightConfig.setCrossDistributedSpace(BoxStyle crossDistributedSpace)
Style of content-distribution space on the cross axis (align-content).
|
void |
FlexContainerHighlightConfig.setMainDistributedSpace(BoxStyle mainDistributedSpace)
Style of content-distribution space on the main axis (justify-content).
|
void |
FlexContainerHighlightConfig.setRowGapSpace(BoxStyle rowGapSpace)
Style of empty space caused by row gaps (gap/row-gap).
|
Copyright © 2021 Kenan Klisura. All rights reserved.