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