Uses of Class
javafx.scene.CacheHint
-
Packages that use CacheHint 软件包 描述 javafx.scene 为JavaFX Scene Graph API提供核心的基类集。 -
-
Uses of CacheHint in javafx.scene
Methods in javafx.scene that return CacheHint Modifier and Type 方法 描述 CacheHint
Node. getCacheHint()
获取属性cacheHint的值。static CacheHint
CacheHint. valueOf(String name)
以指定的名称返回此类型的枚举常量。static CacheHint[]
CacheHint. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene that return types with arguments of type CacheHint Modifier and Type 方法 描述 ObjectProperty<CacheHint>
Node. cacheHintProperty()
控制位图缓存的其他提示。Methods in javafx.scene with parameters of type CacheHint Modifier and Type 方法 描述 void
Node. setCacheHint(CacheHint value)
设置属性cacheHint的值。
-