Package | Description |
---|---|
com.sun.javafx.scene | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Method and Description |
---|---|
static CssFlags |
CssFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CssFlags[] |
CssFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
(package private) CssFlags |
Node.cssFlag
Flags used to indicate in which way this node is dirty (or whether it
is clean) and what must happen during the next CSS cycle on the
scenegraph.
|
Modifier and Type | Method and Description |
---|---|
(package private) CssFlags |
Node.getCSSFlags()
Needed for testing.
|