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