@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class HLineToBuilder<B extends HLineToBuilder<B>> extends PathElementBuilder<B> implements Builder<HLineTo>
HLineTo| Modifier and Type | Field and Description |
|---|---|
private boolean |
__set
Deprecated.
|
private double |
x
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
HLineToBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(HLineTo x)
Deprecated.
|
HLineTo |
build()
Deprecated.
Make an instance of
HLineTo based on the properties set on this builder. |
static HLineToBuilder<?> |
create()
Deprecated.
Creates a new instance of HLineToBuilder.
|
B |
x(double x)
Deprecated.
Set the value of the
x property for the instance constructed by this builder. |
absolute, applyTopublic static HLineToBuilder<?> create()
public void applyTo(HLineTo x)
public B x(double x)
x property for the instance constructed by this builder.