Modifier | Constructor and Description |
---|---|
protected |
SceneBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
antiAliasing(boolean x)
Set the value of the
antiAliasing property for the instance constructed by this builder. |
void |
applyTo(Scene x) |
Scene |
build()
Make an instance of
Scene 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 SceneBuilder<?> |
create()
Creates a new instance of SceneBuilder.
|
B |
cursor(Cursor x)
Set the value of the
cursor property for the instance constructed by this builder. |
B |
depthBuffer(boolean x)
Set the value of the
depthBuffer property for the instance constructed by this builder. |
B |
eventDispatcher(javafx.event.EventDispatcher x)
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
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 |
nodeOrientation(javafx.geometry.NodeOrientation x)
Set the value of the
nodeOrientation property for the instance constructed by this builder. |
B |
onContextMenuRequested(javafx.event.EventHandler<? super javafx.scene.input.ContextMenuEvent> x)
Set the value of the
onContextMenuRequested property for the instance constructed by this builder. |
B |
onDragDetected(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onDragDetected property for the instance constructed by this builder. |
B |
onDragDone(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
Set the value of the
onDragDone property for the instance constructed by this builder. |
B |
onDragDropped(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
Set the value of the
onDragDropped property for the instance constructed by this builder. |
B |
onDragEntered(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
Set the value of the
onDragEntered property for the instance constructed by this builder. |
B |
onDragExited(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
Set the value of the
onDragExited property for the instance constructed by this builder. |
B |
onDragOver(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
Set the value of the
onDragOver property for the instance constructed by this builder. |
B |
onInputMethodTextChanged(javafx.event.EventHandler<? super javafx.scene.input.InputMethodEvent> x)
Set the value of the
onInputMethodTextChanged property for the instance constructed by this builder. |
B |
onKeyPressed(javafx.event.EventHandler<? super javafx.scene.input.KeyEvent> x)
Set the value of the
onKeyPressed property for the instance constructed by this builder. |
B |
onKeyReleased(javafx.event.EventHandler<? super javafx.scene.input.KeyEvent> x)
Set the value of the
onKeyReleased property for the instance constructed by this builder. |
B |
onKeyTyped(javafx.event.EventHandler<? super javafx.scene.input.KeyEvent> x)
Set the value of the
onKeyTyped property for the instance constructed by this builder. |
B |
onMouseClicked(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onMouseClicked property for the instance constructed by this builder. |
B |
onMouseDragEntered(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
Set the value of the
onMouseDragEntered property for the instance constructed by this builder. |
B |
onMouseDragExited(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
Set the value of the
onMouseDragExited property for the instance constructed by this builder. |
B |
onMouseDragged(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onMouseDragged property for the instance constructed by this builder. |
B |
onMouseDragOver(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
Set the value of the
onMouseDragOver property for the instance constructed by this builder. |
B |
onMouseDragReleased(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
Set the value of the
onMouseDragReleased property for the instance constructed by this builder. |
B |
onMouseEntered(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onMouseEntered property for the instance constructed by this builder. |
B |
onMouseExited(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onMouseExited property for the instance constructed by this builder. |
B |
onMouseMoved(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onMouseMoved property for the instance constructed by this builder. |
B |
onMousePressed(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onMousePressed property for the instance constructed by this builder. |
B |
onMouseReleased(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
Set the value of the
onMouseReleased property for the instance constructed by this builder. |
B |
onRotate(javafx.event.EventHandler<? super javafx.scene.input.RotateEvent> x)
Set the value of the
onRotate property for the instance constructed by this builder. |
B |
onRotationFinished(javafx.event.EventHandler<? super javafx.scene.input.RotateEvent> x)
Set the value of the
onRotationFinished property for the instance constructed by this builder. |
B |
onRotationStarted(javafx.event.EventHandler<? super javafx.scene.input.RotateEvent> x)
Set the value of the
onRotationStarted property for the instance constructed by this builder. |
B |
onScroll(javafx.event.EventHandler<? super javafx.scene.input.ScrollEvent> x)
Set the value of the
onScroll property for the instance constructed by this builder. |
B |
onScrollFinished(javafx.event.EventHandler<? super javafx.scene.input.ScrollEvent> x)
Set the value of the
onScrollFinished property for the instance constructed by this builder. |
B |
onScrollStarted(javafx.event.EventHandler<? super javafx.scene.input.ScrollEvent> x)
Set the value of the
onScrollStarted property for the instance constructed by this builder. |
B |
onSwipeDown(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
Set the value of the
onSwipeDown property for the instance constructed by this builder. |
B |
onSwipeLeft(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
Set the value of the
onSwipeLeft property for the instance constructed by this builder. |
B |
onSwipeRight(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
Set the value of the
onSwipeRight property for the instance constructed by this builder. |
B |
onSwipeUp(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
Set the value of the
onSwipeUp property for the instance constructed by this builder. |
B |
onTouchMoved(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
Set the value of the
onTouchMoved property for the instance constructed by this builder. |
B |
onTouchPressed(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
Set the value of the
onTouchPressed property for the instance constructed by this builder. |
B |
onTouchReleased(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
Set the value of the
onTouchReleased property for the instance constructed by this builder. |
B |
onTouchStationary(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
Set the value of the
onTouchStationary property for the instance constructed by this builder. |
B |
onZoom(javafx.event.EventHandler<? super javafx.scene.input.ZoomEvent> x)
Set the value of the
onZoom property for the instance constructed by this builder. |
B |
onZoomFinished(javafx.event.EventHandler<? super javafx.scene.input.ZoomEvent> x)
Set the value of the
onZoomFinished property for the instance constructed by this builder. |
B |
onZoomStarted(javafx.event.EventHandler<? super javafx.scene.input.ZoomEvent> x)
Set the value of the
onZoomStarted 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 |
stylesheets(java.util.Collection<? extends java.lang.String> x)
Add the given items to the List of items in the
stylesheets property for the instance constructed by this builder. |
B |
stylesheets(java.lang.String... x)
Add the given items to the List of items in the
stylesheets 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. |
public static SceneBuilder<?> create()
public void applyTo(Scene x)
public B antiAliasing(boolean x)
antiAliasing
property for the instance constructed by this builder.public B camera(Camera x)
camera
property for the instance constructed by this builder.public B cursor(Cursor x)
cursor
property for the instance constructed by this builder.public B depthBuffer(boolean x)
depthBuffer
property for the instance constructed by this builder.public B eventDispatcher(javafx.event.EventDispatcher x)
eventDispatcher
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 nodeOrientation(javafx.geometry.NodeOrientation x)
nodeOrientation
property for the instance constructed by this builder.public B onContextMenuRequested(javafx.event.EventHandler<? super javafx.scene.input.ContextMenuEvent> x)
onContextMenuRequested
property for the instance constructed by this builder.public B onDragDetected(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onDragDetected
property for the instance constructed by this builder.public B onDragDone(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
onDragDone
property for the instance constructed by this builder.public B onDragDropped(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
onDragDropped
property for the instance constructed by this builder.public B onDragEntered(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
onDragEntered
property for the instance constructed by this builder.public B onDragExited(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
onDragExited
property for the instance constructed by this builder.public B onDragOver(javafx.event.EventHandler<? super javafx.scene.input.DragEvent> x)
onDragOver
property for the instance constructed by this builder.public B onInputMethodTextChanged(javafx.event.EventHandler<? super javafx.scene.input.InputMethodEvent> x)
onInputMethodTextChanged
property for the instance constructed by this builder.public B onKeyPressed(javafx.event.EventHandler<? super javafx.scene.input.KeyEvent> x)
onKeyPressed
property for the instance constructed by this builder.public B onKeyReleased(javafx.event.EventHandler<? super javafx.scene.input.KeyEvent> x)
onKeyReleased
property for the instance constructed by this builder.public B onKeyTyped(javafx.event.EventHandler<? super javafx.scene.input.KeyEvent> x)
onKeyTyped
property for the instance constructed by this builder.public B onMouseClicked(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onMouseClicked
property for the instance constructed by this builder.public B onMouseDragEntered(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
onMouseDragEntered
property for the instance constructed by this builder.public B onMouseDragExited(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
onMouseDragExited
property for the instance constructed by this builder.public B onMouseDragged(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onMouseDragged
property for the instance constructed by this builder.public B onMouseDragOver(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
onMouseDragOver
property for the instance constructed by this builder.public B onMouseDragReleased(javafx.event.EventHandler<? super javafx.scene.input.MouseDragEvent> x)
onMouseDragReleased
property for the instance constructed by this builder.public B onMouseEntered(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onMouseEntered
property for the instance constructed by this builder.public B onMouseExited(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onMouseExited
property for the instance constructed by this builder.public B onMouseMoved(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onMouseMoved
property for the instance constructed by this builder.public B onMousePressed(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onMousePressed
property for the instance constructed by this builder.public B onMouseReleased(javafx.event.EventHandler<? super javafx.scene.input.MouseEvent> x)
onMouseReleased
property for the instance constructed by this builder.public B onRotate(javafx.event.EventHandler<? super javafx.scene.input.RotateEvent> x)
onRotate
property for the instance constructed by this builder.public B onRotationFinished(javafx.event.EventHandler<? super javafx.scene.input.RotateEvent> x)
onRotationFinished
property for the instance constructed by this builder.public B onRotationStarted(javafx.event.EventHandler<? super javafx.scene.input.RotateEvent> x)
onRotationStarted
property for the instance constructed by this builder.public B onScroll(javafx.event.EventHandler<? super javafx.scene.input.ScrollEvent> x)
onScroll
property for the instance constructed by this builder.public B onScrollFinished(javafx.event.EventHandler<? super javafx.scene.input.ScrollEvent> x)
onScrollFinished
property for the instance constructed by this builder.public B onScrollStarted(javafx.event.EventHandler<? super javafx.scene.input.ScrollEvent> x)
onScrollStarted
property for the instance constructed by this builder.public B onSwipeDown(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
onSwipeDown
property for the instance constructed by this builder.public B onSwipeLeft(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
onSwipeLeft
property for the instance constructed by this builder.public B onSwipeRight(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
onSwipeRight
property for the instance constructed by this builder.public B onSwipeUp(javafx.event.EventHandler<? super javafx.scene.input.SwipeEvent> x)
onSwipeUp
property for the instance constructed by this builder.public B onTouchMoved(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
onTouchMoved
property for the instance constructed by this builder.public B onTouchPressed(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
onTouchPressed
property for the instance constructed by this builder.public B onTouchReleased(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
onTouchReleased
property for the instance constructed by this builder.public B onTouchStationary(javafx.event.EventHandler<? super javafx.scene.input.TouchEvent> x)
onTouchStationary
property for the instance constructed by this builder.public B onZoom(javafx.event.EventHandler<? super javafx.scene.input.ZoomEvent> x)
onZoom
property for the instance constructed by this builder.public B onZoomFinished(javafx.event.EventHandler<? super javafx.scene.input.ZoomEvent> x)
onZoomFinished
property for the instance constructed by this builder.public B onZoomStarted(javafx.event.EventHandler<? super javafx.scene.input.ZoomEvent> x)
onZoomStarted
property for the instance constructed by this builder.public B root(Parent x)
root
property for the instance constructed by this builder.public B stylesheets(java.util.Collection<? extends java.lang.String> x)
stylesheets
property for the instance constructed by this builder.public B stylesheets(java.lang.String... x)
stylesheets
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.