Uses of Enum Class
javafx.scene.CacheHint
Package
Description
Provides the core set of base
classes for the JavaFX Scene Graph API.
-
Uses of CacheHint in javafx.scene
Modifier and TypeMethodDescriptionfinal CacheHint
Node.getCacheHint()
Gets the value of thecacheHint
property.static CacheHint
Returns the enum constant of this class with the specified name.static CacheHint[]
CacheHint.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal ObjectProperty<CacheHint>
Node.cacheHintProperty()
Additional hint for controlling bitmap caching.Modifier and TypeMethodDescriptionfinal void
Node.setCacheHint
(CacheHint value) Sets the value of thecacheHint
property.