| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.types.overlay |
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
FlexItemHighlightConfig.getBaseSizeBorder()
Style of the border around the box representing the item's base size
|
LineStyle |
FlexContainerHighlightConfig.getContainerBorder()
The style of the container border
|
LineStyle |
FlexContainerHighlightConfig.getCrossAlignment()
Style of the self-alignment line (align-items).
|
LineStyle |
FlexItemHighlightConfig.getFlexibilityArrow()
Style of the arrow representing if the item grew or shrank
|
LineStyle |
FlexContainerHighlightConfig.getItemSeparator()
The style of the separator between items
|
LineStyle |
FlexContainerHighlightConfig.getLineSeparator()
The style of the separator between lines
|
LineStyle |
ScrollSnapContainerHighlightConfig.getSnapAreaBorder()
The style of the snap area border (default: transparent)
|
LineStyle |
ScrollSnapContainerHighlightConfig.getSnapportBorder()
The style of the snapport border (default: transparent)
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlexItemHighlightConfig.setBaseSizeBorder(LineStyle baseSizeBorder)
Style of the border around the box representing the item's base size
|
void |
FlexContainerHighlightConfig.setContainerBorder(LineStyle containerBorder)
The style of the container border
|
void |
FlexContainerHighlightConfig.setCrossAlignment(LineStyle crossAlignment)
Style of the self-alignment line (align-items).
|
void |
FlexItemHighlightConfig.setFlexibilityArrow(LineStyle flexibilityArrow)
Style of the arrow representing if the item grew or shrank
|
void |
FlexContainerHighlightConfig.setItemSeparator(LineStyle itemSeparator)
The style of the separator between items
|
void |
FlexContainerHighlightConfig.setLineSeparator(LineStyle lineSeparator)
The style of the separator between lines
|
void |
ScrollSnapContainerHighlightConfig.setSnapAreaBorder(LineStyle snapAreaBorder)
The style of the snap area border (default: transparent)
|
void |
ScrollSnapContainerHighlightConfig.setSnapportBorder(LineStyle snapportBorder)
The style of the snapport border (default: transparent)
|
Copyright © 2021 Kenan Klisura. All rights reserved.