@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class PerspectiveTransformBuilder<B extends PerspectiveTransformBuilder<B>> extends java.lang.Object implements Builder<PerspectiveTransform>
PerspectiveTransform
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Effect |
input
Deprecated.
|
private double |
llx
Deprecated.
|
private double |
lly
Deprecated.
|
private double |
lrx
Deprecated.
|
private double |
lry
Deprecated.
|
private double |
ulx
Deprecated.
|
private double |
uly
Deprecated.
|
private double |
urx
Deprecated.
|
private double |
ury
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
PerspectiveTransformBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(PerspectiveTransform x)
Deprecated.
|
PerspectiveTransform |
build()
Deprecated.
Make an instance of
PerspectiveTransform based on the properties set on this builder. |
static PerspectiveTransformBuilder<?> |
create()
Deprecated.
Creates a new instance of PerspectiveTransformBuilder.
|
B |
input(Effect x)
Deprecated.
Set the value of the
input property for the instance constructed by this builder. |
B |
llx(double x)
Deprecated.
Set the value of the
llx property for the instance constructed by this builder. |
B |
lly(double x)
Deprecated.
Set the value of the
lly property for the instance constructed by this builder. |
B |
lrx(double x)
Deprecated.
Set the value of the
lrx property for the instance constructed by this builder. |
B |
lry(double x)
Deprecated.
Set the value of the
lry property for the instance constructed by this builder. |
B |
ulx(double x)
Deprecated.
Set the value of the
ulx property for the instance constructed by this builder. |
B |
uly(double x)
Deprecated.
Set the value of the
uly property for the instance constructed by this builder. |
B |
urx(double x)
Deprecated.
Set the value of the
urx property for the instance constructed by this builder. |
B |
ury(double x)
Deprecated.
Set the value of the
ury property for the instance constructed by this builder. |
private int __set
private Effect input
private double llx
private double lly
private double lrx
private double lry
private double ulx
private double uly
private double urx
private double ury
public static PerspectiveTransformBuilder<?> create()
private void __set(int i)
public void applyTo(PerspectiveTransform x)
public B input(Effect x)
input
property for the instance constructed by this builder.public B llx(double x)
llx
property for the instance constructed by this builder.public B lly(double x)
lly
property for the instance constructed by this builder.public B lrx(double x)
lrx
property for the instance constructed by this builder.public B lry(double x)
lry
property for the instance constructed by this builder.public B ulx(double x)
ulx
property for the instance constructed by this builder.public B uly(double x)
uly
property for the instance constructed by this builder.public B urx(double x)
urx
property for the instance constructed by this builder.public B ury(double x)
ury
property for the instance constructed by this builder.public PerspectiveTransform build()
PerspectiveTransform
based on the properties set on this builder.build
in interface Builder<PerspectiveTransform>