Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.javafx.webkit.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 | Field and Description |
---|---|
private Blend.Mode |
NGCanvas.blendmode |
private Blend.Mode |
NGGroup.blendMode
The blend mode to use with this group.
|
private Blend.Mode |
NGNode.nodeBlendMode
The blend mode that controls how the pixels of this node blend into
the rest of the scene behind it.
|
Modifier and Type | Method and Description |
---|---|
Blend.Mode |
NGNode.getNodeBlendMode() |
Modifier and Type | Method and Description |
---|---|
private void |
NGCanvas.blendAthruBintoC(NGCanvas.RenderBuf drawbuf,
Blend.Mode mode,
NGCanvas.RenderBuf clipbuf,
RectBounds bounds,
CompositeMode comp,
NGCanvas.RenderBuf destbuf) |
void |
NGNode.setNodeBlendMode(Blend.Mode blendMode)
Set by the FX scene graph.
|
Constructor and Description |
---|
MyBlend(Blend.Mode mode,
Effect bottomInput,
Effect topInput) |
Modifier and Type | Method and Description |
---|---|
private Effect |
WCGraphicsPrismContext.Composite.createBlend(Blend.Mode mode,
PrDrawable dstImg,
PrDrawable srcImg,
int width,
int height) |
Modifier and Type | Field and Description |
---|---|
private Blend.Mode |
Blend.mode |
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(java.lang.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
|
private static Blend.Mode |
Blend.toPGMode(BlendMode mode) |