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 | Field and Description |
---|---|
private CacheHint |
CacheFilter.cacheHint |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
CacheFilter.matchesHint(CacheHint cacheHint)
Indicates whether this CacheFilter's hint matches the CacheHint
passed in.
|
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 | Field and Description |
---|---|
private CacheHint |
NodeBuilder.cacheHint
Deprecated.
|
private static CacheHint |
Node.DEFAULT_CACHE_HINT |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<CacheHint> |
Node.MiscProperties.cacheHint |
Modifier and Type | Method and Description |
---|---|
CacheHint |
Node.getCacheHint() |
CacheHint |
Node.MiscProperties.getCacheHint() |
static CacheHint |
CacheHint.valueOf(java.lang.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.
|
ObjectProperty<CacheHint> |
Node.MiscProperties.cacheHintProperty() |
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) |