@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PerspectiveCameraBuilder<B extends PerspectiveCameraBuilder<B>> extends CameraBuilder<B> implements javafx.util.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. |
B |
fixedEyePosition(boolean x)
Set the value of the
fixedEyePosition property for the instance constructed by this builder. |
B |
verticalFieldOfView(boolean x)
Set the value of the
verticalFieldOfView property for the instance constructed by this builder. |
applyTo, farClip, nearClip
applyTo, blendMode, cache, cacheHint, clip, cssMetaData, cssMetaData, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, nodeOrientation, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, pseudoClassStates, pseudoClassStates, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
public static PerspectiveCameraBuilder<?> create()
public void applyTo(PerspectiveCamera x)
public B fieldOfView(double x)
fieldOfView
property for the instance constructed by this builder.public B fixedEyePosition(boolean x)
fixedEyePosition
property for the instance constructed by this builder.public B verticalFieldOfView(boolean x)
verticalFieldOfView
property for the instance constructed by this builder.public PerspectiveCamera build()
PerspectiveCamera
based on the properties set on this builder.build
in interface javafx.util.Builder<PerspectiveCamera>
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.