@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class BlendBuilder<B extends BlendBuilder<B>> extends Object implements Builder<Blend>
Blend
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. |
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.Copyright © 2020. All rights reserved.