|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@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 | 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. |
protected PerspectiveCameraBuilder()
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, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .