public class FlexItemHighlightConfig extends Object
| Constructor and Description |
|---|
FlexItemHighlightConfig() |
| Modifier and Type | Method and Description |
|---|---|
LineStyle |
getBaseSizeBorder()
Style of the border around the box representing the item's base size
|
BoxStyle |
getBaseSizeBox()
Style of the box representing the item's base size
|
LineStyle |
getFlexibilityArrow()
Style of the arrow representing if the item grew or shrank
|
void |
setBaseSizeBorder(LineStyle baseSizeBorder)
Style of the border around the box representing the item's base size
|
void |
setBaseSizeBox(BoxStyle baseSizeBox)
Style of the box representing the item's base size
|
void |
setFlexibilityArrow(LineStyle flexibilityArrow)
Style of the arrow representing if the item grew or shrank
|
public BoxStyle getBaseSizeBox()
public void setBaseSizeBox(BoxStyle baseSizeBox)
public LineStyle getBaseSizeBorder()
public void setBaseSizeBorder(LineStyle baseSizeBorder)
public LineStyle getFlexibilityArrow()
public void setFlexibilityArrow(LineStyle flexibilityArrow)
Copyright © 2021 Kenan Klisura. All rights reserved.