@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class DropShadowBuilder<B extends DropShadowBuilder<B>> extends java.lang.Object implements Builder<DropShadow>
DropShadow
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private BlurType |
blurType
Deprecated.
|
private Color |
color
Deprecated.
|
private double |
height
Deprecated.
|
private Effect |
input
Deprecated.
|
private double |
offsetX
Deprecated.
|
private double |
offsetY
Deprecated.
|
private double |
radius
Deprecated.
|
private double |
spread
Deprecated.
|
private double |
width
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
DropShadowBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(DropShadow x)
Deprecated.
|
B |
blurType(BlurType x)
Deprecated.
Set the value of the
blurType property for the instance constructed by this builder. |
DropShadow |
build()
Deprecated.
Make an instance of
DropShadow based on the properties set on this builder. |
B |
color(Color x)
Deprecated.
Set the value of the
color property for the instance constructed by this builder. |
static DropShadowBuilder<?> |
create()
Deprecated.
Creates a new instance of DropShadowBuilder.
|
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 |
offsetX(double x)
Deprecated.
Set the value of the
offsetX property for the instance constructed by this builder. |
B |
offsetY(double x)
Deprecated.
Set the value of the
offsetY 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. |
B |
spread(double x)
Deprecated.
Set the value of the
spread 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 BlurType blurType
private Color color
private double height
private Effect input
private double offsetX
private double offsetY
private double radius
private double spread
private double width
public static DropShadowBuilder<?> create()
private void __set(int i)
public void applyTo(DropShadow x)
public B blurType(BlurType x)
blurType
property for the instance constructed by this builder.public B color(Color x)
color
property for the instance constructed by this builder.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 offsetX(double x)
offsetX
property for the instance constructed by this builder.public B offsetY(double x)
offsetY
property for the instance constructed by this builder.public B radius(double x)
radius
property for the instance constructed by this builder.public B spread(double x)
spread
property for the instance constructed by this builder.public B width(double x)
width
property for the instance constructed by this builder.public DropShadow build()
DropShadow
based on the properties set on this builder.build
in interface Builder<DropShadow>