@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class PerspectiveCameraBuilder<B extends PerspectiveCameraBuilder<B>> extends Object implements Builder<PerspectiveCamera>
PerspectiveCamera
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. |
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>
Copyright © 2020. All rights reserved.