@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class AffineBuilder<B extends AffineBuilder<B>> extends java.lang.Object implements Builder<Affine>
Affine
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
mxx
Deprecated.
|
private double |
mxy
Deprecated.
|
private double |
mxz
Deprecated.
|
private double |
myx
Deprecated.
|
private double |
myy
Deprecated.
|
private double |
myz
Deprecated.
|
private double |
mzx
Deprecated.
|
private double |
mzy
Deprecated.
|
private double |
mzz
Deprecated.
|
private double |
tx
Deprecated.
|
private double |
ty
Deprecated.
|
private double |
tz
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
AffineBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Affine x)
Deprecated.
|
Affine |
build()
Deprecated.
Make an instance of
Affine based on the properties set on this builder. |
static AffineBuilder<?> |
create()
Deprecated.
Creates a new instance of AffineBuilder.
|
B |
mxx(double x)
Deprecated.
Set the value of the
mxx property for the instance constructed by this builder. |
B |
mxy(double x)
Deprecated.
Set the value of the
mxy property for the instance constructed by this builder. |
B |
mxz(double x)
Deprecated.
Set the value of the
mxz property for the instance constructed by this builder. |
B |
myx(double x)
Deprecated.
Set the value of the
myx property for the instance constructed by this builder. |
B |
myy(double x)
Deprecated.
Set the value of the
myy property for the instance constructed by this builder. |
B |
myz(double x)
Deprecated.
Set the value of the
myz property for the instance constructed by this builder. |
B |
mzx(double x)
Deprecated.
Set the value of the
mzx property for the instance constructed by this builder. |
B |
mzy(double x)
Deprecated.
Set the value of the
mzy property for the instance constructed by this builder. |
B |
mzz(double x)
Deprecated.
Set the value of the
mzz property for the instance constructed by this builder. |
B |
tx(double x)
Deprecated.
Set the value of the
tx property for the instance constructed by this builder. |
B |
ty(double x)
Deprecated.
Set the value of the
ty property for the instance constructed by this builder. |
B |
tz(double x)
Deprecated.
Set the value of the
tz property for the instance constructed by this builder. |
private int __set
private double mxx
private double mxy
private double mxz
private double myx
private double myy
private double myz
private double mzx
private double mzy
private double mzz
private double tx
private double ty
private double tz
public static AffineBuilder<?> create()
private void __set(int i)
public void applyTo(Affine x)
public B mxx(double x)
mxx
property for the instance constructed by this builder.public B mxy(double x)
mxy
property for the instance constructed by this builder.public B mxz(double x)
mxz
property for the instance constructed by this builder.public B myx(double x)
myx
property for the instance constructed by this builder.public B myy(double x)
myy
property for the instance constructed by this builder.public B myz(double x)
myz
property for the instance constructed by this builder.public B mzx(double x)
mzx
property for the instance constructed by this builder.public B mzy(double x)
mzy
property for the instance constructed by this builder.public B mzz(double x)
mzz
property for the instance constructed by this builder.public B tx(double x)
tx
property for the instance constructed by this builder.public B ty(double x)
ty
property for the instance constructed by this builder.public B tz(double x)
tz
property for the instance constructed by this builder.