public static interface FilterSpec.FilterEffect
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.effect.Effect |
getEffect(javafx.scene.Node node)
Return the associated JavaFX effect.
|
short |
getInputType()
Return the input type for this effect.
|
String |
getResultId()
Return the filter result Id.
|
default void |
resolveEffect(javafx.scene.effect.Effect effect,
javafx.scene.effect.Effect sourceAlpha,
javafx.scene.effect.Effect previousEffect,
Map<String,javafx.scene.effect.Effect> namedEffects)
Resolve the effect inputs once all effects are created.
|
void |
setIn(String in)
Set the input reference for the effect.
|
String getResultId()
short getInputType()
void setIn(String in)
in - the input id or keywordjavafx.scene.effect.Effect getEffect(javafx.scene.Node node)
node - the node on which the effect appliesdefault void resolveEffect(javafx.scene.effect.Effect effect,
javafx.scene.effect.Effect sourceAlpha,
javafx.scene.effect.Effect previousEffect,
Map<String,javafx.scene.effect.Effect> namedEffects)
effect - the JavaFX effect instancesourceAlpha - the source alpha effectpreviousEffect - the previous effect in the chainnamedEffects - the map of named effects by idCopyright © 2026. All rights reserved.