Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Field and Description |
---|---|
private CacheHint |
NodeBuilder.cacheHint |
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()
Gets the value of the property cacheHint.
|
CacheHint |
Node.MiscProperties.getCacheHint()
Gets the value of the property cacheHint.
|
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)
Set the value of the
cacheHint property for the instance constructed by this builder. |
void |
Node.setCacheHint(CacheHint value)
Sets the value of the property cacheHint.
|
private com.sun.javafx.sg.PGNode.CacheHint |
Node.toPGCacheHint(CacheHint ch) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to