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