Uses of Enum Class
javafx.application.ColorScheme
Packages that use ColorScheme
-
Uses of ColorScheme in javafx.application
Subclasses with type arguments of type ColorScheme in javafx.applicationModifier and TypeClassDescriptionenum
Defines the color scheme of the user interface, which specifies whether applications should prefer light text on dark backgrounds, or dark text on light backgrounds.Methods in javafx.application that return ColorSchemeModifier 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.Methods in javafx.application that return types with arguments of type ColorSchemeModifier 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.