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