public static class FilterSpec.FEFlood extends FilterSpec.AbstractFilterEffect
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.paint.Color |
color |
double |
height |
double |
width |
double |
x |
double |
y |
in, inputType, resultId| Constructor and Description |
|---|
FEFlood(String resultId,
double x,
double y,
double width,
double height,
javafx.scene.paint.Color color) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.effect.Effect |
getEffect(javafx.scene.Node node)
Return the associated JavaFX effect.
|
getInputType, getResultId, setInclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveEffectpublic final double x
public final double y
public final double width
public final double height
public final javafx.scene.paint.Color color
public FEFlood(String resultId, double x, double y, double width, double height, javafx.scene.paint.Color color)
public javafx.scene.effect.Effect getEffect(javafx.scene.Node node)
FilterSpec.FilterEffectnode - the node on which the effect appliesCopyright © 2023. All rights reserved.