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