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