Uses of Enum Class
javafx.application.ColorScheme
Packages that use ColorScheme
Package
Description
Provides the application life-cycle classes.
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
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. -
Uses of ColorScheme in javafx.scene
Methods in javafx.scene that return ColorSchemeModifier and TypeMethodDescriptionScene.Preferences.getColorScheme()
Gets the value of thecolorScheme
property.Methods in javafx.scene that return types with arguments of type ColorSchemeModifier and TypeMethodDescriptionScene.Preferences.colorSchemeProperty()
Specifies whether the scene should prefer light text on dark backgrounds, or dark text on light backgrounds.Methods in javafx.scene with parameters of type ColorSchemeModifier and TypeMethodDescriptionvoid
Scene.Preferences.setColorScheme
(ColorScheme colorScheme) Sets the value of thecolorScheme
property.