@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class SubSceneBuilder<B extends SubSceneBuilder<B>> extends NodeBuilder<B> implements javafx.util.Builder<SubScene>
SubScene
Modifier | Constructor and Description |
---|---|
protected |
SubSceneBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(SubScene x) |
SubScene |
build()
Make an instance of
SubScene based on the properties set on this builder. |
B |
camera(Camera x)
Set the value of the
camera property for the instance constructed by this builder. |
static SubSceneBuilder<?> |
create()
Creates a new instance of SubSceneBuilder.
|
B |
fill(javafx.scene.paint.Paint x)
Set the value of the
fill property for the instance constructed by this builder. |
B |
height(double x)
Set the value of the
height property for the instance constructed by this builder. |
B |
root(Parent x)
Set the value of the
root property for the instance constructed by this builder. |
B |
width(double x)
Set the value of the
width property for the instance constructed by this builder. |
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 SubSceneBuilder<?> create()
public void applyTo(SubScene x)
public B camera(Camera x)
camera
property for the instance constructed by this builder.public B fill(javafx.scene.paint.Paint x)
fill
property for the instance constructed by this builder.public B height(double x)
height
property for the instance constructed by this builder.public B root(Parent x)
root
property for the instance constructed by this builder.public B width(double x)
width
property for the instance constructed by this builder.Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.