public static class FilterSpec.FEComposite extends FilterSpec.AbstractFilterEffect
Modifier and Type | Field and Description |
---|---|
static short |
OPERATOR_ARITHMETIC |
static short |
OPERATOR_ATOP |
static short |
OPERATOR_IN |
static short |
OPERATOR_OUT |
static short |
OPERATOR_OVER |
static short |
OPERATOR_XOR |
in, inputType, resultId
Constructor and Description |
---|
FEComposite(String resultId,
short type,
String in,
String in2) |
Modifier and Type | Method and Description |
---|---|
javafx.scene.effect.Effect |
getEffect(javafx.scene.Node node)
Return the associated JavaFX effect.
|
boolean |
isSecondLast() |
void |
resolveEffect(javafx.scene.effect.Effect effect,
javafx.scene.effect.Effect sourceAlpha,
javafx.scene.effect.Effect previousEffect,
Map<String,javafx.scene.effect.Effect> namedEffects) |
boolean |
shouldApply(List<FilterSpec.AppliedEffect> appliedEffects,
int index) |
getInputType, getResultId, setIn
public static final short OPERATOR_OVER
public static final short OPERATOR_IN
public static final short OPERATOR_OUT
public static final short OPERATOR_ATOP
public static final short OPERATOR_XOR
public static final short OPERATOR_ARITHMETIC
public boolean shouldApply(List<FilterSpec.AppliedEffect> appliedEffects, int index)
public boolean isSecondLast()
public javafx.scene.effect.Effect getEffect(javafx.scene.Node node)
FilterSpec.FilterEffect
node
- the node on which the effect appliesCopyright © 2023. All rights reserved.