@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class GaussianBlurBuilder<B extends GaussianBlurBuilder<B>> extends java.lang.Object implements Builder<GaussianBlur>
GaussianBlur
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Effect |
input
Deprecated.
|
private double |
radius
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
GaussianBlurBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(GaussianBlur x)
Deprecated.
|
GaussianBlur |
build()
Deprecated.
Make an instance of
GaussianBlur based on the properties set on this builder. |
static GaussianBlurBuilder<?> |
create()
Deprecated.
Creates a new instance of GaussianBlurBuilder.
|
B |
input(Effect x)
Deprecated.
Set the value of the
input property for the instance constructed by this builder. |
B |
radius(double x)
Deprecated.
Set the value of the
radius property for the instance constructed by this builder. |
private int __set
private Effect input
private double radius
public static GaussianBlurBuilder<?> create()
public void applyTo(GaussianBlur x)
public B input(Effect x)
input
property for the instance constructed by this builder.public B radius(double x)
radius
property for the instance constructed by this builder.public GaussianBlur build()
GaussianBlur
based on the properties set on this builder.build
in interface Builder<GaussianBlur>