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