public class ScrollSnapContainerHighlightConfig extends Object
| Constructor and Description |
|---|
ScrollSnapContainerHighlightConfig() |
| Modifier and Type | Method and Description |
|---|---|
RGBA |
getScrollMarginColor()
The margin highlight fill color (default: transparent).
|
RGBA |
getScrollPaddingColor()
The padding highlight fill color (default: transparent).
|
LineStyle |
getSnapAreaBorder()
The style of the snap area border (default: transparent)
|
LineStyle |
getSnapportBorder()
The style of the snapport border (default: transparent)
|
void |
setScrollMarginColor(RGBA scrollMarginColor)
The margin highlight fill color (default: transparent).
|
void |
setScrollPaddingColor(RGBA scrollPaddingColor)
The padding highlight fill color (default: transparent).
|
void |
setSnapAreaBorder(LineStyle snapAreaBorder)
The style of the snap area border (default: transparent)
|
void |
setSnapportBorder(LineStyle snapportBorder)
The style of the snapport border (default: transparent)
|
public LineStyle getSnapportBorder()
public void setSnapportBorder(LineStyle snapportBorder)
public LineStyle getSnapAreaBorder()
public void setSnapAreaBorder(LineStyle snapAreaBorder)
public RGBA getScrollMarginColor()
public void setScrollMarginColor(RGBA scrollMarginColor)
public RGBA getScrollPaddingColor()
public void setScrollPaddingColor(RGBA scrollPaddingColor)
Copyright © 2021 Kenan Klisura. All rights reserved.