Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.scenario.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 |
---|---|
Blend.Mode |
NGNode.getNodeBlendMode() |
Modifier and Type | Method and Description |
---|---|
void |
NGNode.setNodeBlendMode(Blend.Mode blendMode)
Set by the FX scene graph.
|
Modifier and Type | Method and Description |
---|---|
Blend.Mode |
Blend.getMode()
Returns the
Mode used to blend the two inputs together. |
static Blend.Mode |
Blend.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Blend.Mode[] |
Blend.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Blend.setMode(Blend.Mode mode)
Sets the
Mode used to blend the two inputs together. |
Constructor and Description |
---|
Blend(Blend.Mode mode,
Effect bottomInput,
Effect topInput)
Constructs a new
Blend effect with the given mode and the
default opacity (1.0). |
Modifier and Type | Method and Description |
---|---|
static Blend.Mode |
Blend.impl_getToolkitMode(BlendMode mode)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Copyright © 2020. All rights reserved.