Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Method and Description |
---|---|
static SubScene.SubSceneDirtyBits |
SubScene.SubSceneDirtyBits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubScene.SubSceneDirtyBits[] |
SubScene.SubSceneDirtyBits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
SubScene.isDirty(SubScene.SubSceneDirtyBits dirtyBit) |
private void |
SubScene.markDirty(SubScene.SubSceneDirtyBits dirtyBit) |
private void |
SubScene.setDirty(SubScene.SubSceneDirtyBits dirtyBit) |