@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PerspectiveCameraBuilder<B extends PerspectiveCameraBuilder<B>> extends java.lang.Object implements Builder<PerspectiveCamera>
PerspectiveCamera| Modifier | Constructor and Description |
|---|---|
protected |
PerspectiveCameraBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(PerspectiveCamera x) |
PerspectiveCamera |
build()
Make an instance of
PerspectiveCamera based on the properties set on this builder. |
static PerspectiveCameraBuilder<?> |
create()
Creates a new instance of PerspectiveCameraBuilder.
|
B |
fieldOfView(double x)
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 (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.