Class ButtonSurface
-
- All Implemented Interfaces:
@Serializable() public final class ButtonSurfaceConfiguration for button surface colors in different states.
- Since:
-
-
Field Summary
Fields Modifier and Type Field Description private final ColorStatedefaultprivate final ColorStatehoverprivate final ColorStatepressedprivate final ColorStatedisabled
-
Constructor Summary
Constructors Constructor Description ButtonSurface(ColorState default, ColorState hover, ColorState pressed, ColorState disabled)
-
Method Summary
Modifier and Type Method Description final ColorStategetDefault()final ColorStategetHover()final ColorStategetPressed()final ColorStategetDisabled()-
-
Constructor Detail
-
ButtonSurface
ButtonSurface(ColorState default, ColorState hover, ColorState pressed, ColorState disabled)
-
-
Method Detail
-
getDefault
final ColorState getDefault()
-
getHover
final ColorState getHover()
-
getPressed
final ColorState getPressed()
-
getDisabled
final ColorState getDisabled()
-
-
-
-