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