Package | Description |
---|---|
com.sun.javafx.sg.prism | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Method and Description |
---|---|
void |
NGNode.setCachedAsBitmap(boolean cached,
CacheHint cacheHint)
Called by the FX scene graph whenever "cached" or "cacheHint" changes.
|
void |
CacheFilter.setHint(CacheHint cacheHint) |
Constructor and Description |
---|
CacheFilter(NGNode node,
CacheHint cacheHint) |
Modifier and Type | Method and Description |
---|---|
CacheHint |
Node.getCacheHint() |
static CacheHint |
CacheHint.valueOf(String name)
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 Type | Method and Description |
---|---|
ObjectProperty<CacheHint> |
Node.cacheHintProperty()
Additional hint for controlling bitmap caching.
|
Modifier and Type | Method and Description |
---|---|
B |
NodeBuilder.cacheHint(CacheHint x)
Deprecated.
Set the value of the
cacheHint property for the instance constructed by this builder. |
void |
Node.setCacheHint(CacheHint value) |
Copyright © 2020. All rights reserved.