@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class StopBuilder extends java.lang.Object implements Builder<Stop>
Stop
Modifier and Type | Field and Description |
---|---|
private Color |
color
Deprecated.
|
private double |
offset
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
StopBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Stop |
build()
Deprecated.
Make an instance of
Stop based on the properties set on this builder. |
StopBuilder |
color(Color x)
Deprecated.
Set the value of the
color property for the instance constructed by this builder. |
static StopBuilder |
create()
Deprecated.
Creates a new instance of StopBuilder.
|
StopBuilder |
offset(double x)
Deprecated.
Set the value of the
offset property for the instance constructed by this builder. |
private Color color
private double offset
public static StopBuilder create()
public StopBuilder color(Color x)
color
property for the instance constructed by this builder.public StopBuilder offset(double x)
offset
property for the instance constructed by this builder.