Uses of Enum Class
javafx.application.ColorScheme
-
Uses of ColorScheme in javafx.application
Modifier and TypeMethodDescriptionPlatform.Preferences.getColorScheme()
Gets the value of thecolorScheme
property.static ColorScheme
Returns the enum constant of this class with the specified name.static ColorScheme[]
ColorScheme.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPlatform.Preferences.colorSchemeProperty()
The platform color scheme, which specifies whether applications should prefer light text on dark backgrounds, or dark text on light backgrounds.