Package | Description |
---|---|
com.sun.javafx.effect | |
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
Modifier and Type | Method and Description |
---|---|
static EffectDirtyBits |
EffectDirtyBits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EffectDirtyBits[] |
EffectDirtyBits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
EffectDirtyBits.isSet(int value,
EffectDirtyBits dirtyBit) |
Modifier and Type | Method and Description |
---|---|
private void |
Effect.clearEffectDirty(EffectDirtyBits dirtyBit)
Clear the specified dirty bit
|
private boolean |
Effect.isEffectDirty(EffectDirtyBits dirtyBit)
Test the specified dirty bit
|
(package private) void |
Effect.markDirty(EffectDirtyBits dirtyBit)
Set the specified dirty bit
|
private void |
Effect.toggleDirty(EffectDirtyBits dirtyBit)
Toggle the specified dirty bit
|