| Package | Description |
|---|---|
| com.sun.javafx.sg.prism |
| Modifier and Type | Field and Description |
|---|---|
protected NGNode.DirtyFlag |
NGNode.dirty
Indicates that this NGNode is itself dirty and needs its full bounds
included in the next repaint.
|
| Modifier and Type | Method and Description |
|---|---|
static NGNode.DirtyFlag |
NGNode.DirtyFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NGNode.DirtyFlag[] |
NGNode.DirtyFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|