Uses of Enum
javafx.scene.CacheHint
-
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 type with the specified name.static CacheHint[]
CacheHint.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
Node.setCacheHint
(CacheHint value) Sets the value of thecacheHint
property.