|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public class SceneBuilder<B extends SceneBuilder<B>>
extends java.lang.Object
Scene| Modifier | Constructor and Description |
|---|---|
protected |
SceneBuilder() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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(EventDispatcher x)
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
B |
fill(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 |
onDragDetected(EventHandler<? super MouseEvent> x)
Set the value of the
onDragDetected property for the instance constructed by this builder. |
B |
onDragDone(EventHandler<? super DragEvent> x)
Set the value of the
onDragDone property for the instance constructed by this builder. |
B |
onDragDropped(EventHandler<? super DragEvent> x)
Set the value of the
onDragDropped property for the instance constructed by this builder. |
B |
onDragEntered(EventHandler<? super DragEvent> x)
Set the value of the
onDragEntered property for the instance constructed by this builder. |
B |
onDragExited(EventHandler<? super DragEvent> x)
Set the value of the
onDragExited property for the instance constructed by this builder. |
B |
onDragOver(EventHandler<? super DragEvent> x)
Set the value of the
onDragOver property for the instance constructed by this builder. |
B |
onInputMethodTextChanged(EventHandler<? super InputMethodEvent> x)
Set the value of the
onInputMethodTextChanged property for the instance constructed by this builder. |
B |
onKeyPressed(EventHandler<? super KeyEvent> x)
Set the value of the
onKeyPressed property for the instance constructed by this builder. |
B |
onKeyReleased(EventHandler<? super KeyEvent> x)
Set the value of the
onKeyReleased property for the instance constructed by this builder. |
B |
onKeyTyped(EventHandler<? super KeyEvent> x)
Set the value of the
onKeyTyped property for the instance constructed by this builder. |
B |
onMouseClicked(EventHandler<? super MouseEvent> x)
Set the value of the
onMouseClicked property for the instance constructed by this builder. |
B |
onMouseDragged(EventHandler<? super MouseEvent> x)
Set the value of the
onMouseDragged property for the instance constructed by this builder. |
B |
onMouseEntered(EventHandler<? super MouseEvent> x)
Set the value of the
onMouseEntered property for the instance constructed by this builder. |
B |
onMouseExited(EventHandler<? super MouseEvent> x)
Set the value of the
onMouseExited property for the instance constructed by this builder. |
B |
onMouseMoved(EventHandler<? super MouseEvent> x)
Set the value of the
onMouseMoved property for the instance constructed by this builder. |
B |
onMousePressed(EventHandler<? super MouseEvent> x)
Set the value of the
onMousePressed property for the instance constructed by this builder. |
B |
onMouseReleased(EventHandler<? super MouseEvent> x)
Set the value of the
onMouseReleased property for the instance constructed by this builder. |
B |
onScroll(EventHandler<? super ScrollEvent> x)
Set the value of the
onScroll 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)
Set the value of the
stylesheets property for the instance constructed by this builder. |
B |
stylesheets(java.lang.String... x)
Set the value of 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 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(EventDispatcher x)
eventDispatcher property for the instance constructed by this builder.public B fill(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 onDragDetected(EventHandler<? super MouseEvent> x)
onDragDetected property for the instance constructed by this builder.public B onDragDone(EventHandler<? super DragEvent> x)
onDragDone property for the instance constructed by this builder.public B onDragDropped(EventHandler<? super DragEvent> x)
onDragDropped property for the instance constructed by this builder.public B onDragEntered(EventHandler<? super DragEvent> x)
onDragEntered property for the instance constructed by this builder.public B onDragExited(EventHandler<? super DragEvent> x)
onDragExited property for the instance constructed by this builder.public B onDragOver(EventHandler<? super DragEvent> x)
onDragOver property for the instance constructed by this builder.public B onInputMethodTextChanged(EventHandler<? super InputMethodEvent> x)
onInputMethodTextChanged property for the instance constructed by this builder.public B onKeyPressed(EventHandler<? super KeyEvent> x)
onKeyPressed property for the instance constructed by this builder.public B onKeyReleased(EventHandler<? super KeyEvent> x)
onKeyReleased property for the instance constructed by this builder.public B onKeyTyped(EventHandler<? super KeyEvent> x)
onKeyTyped property for the instance constructed by this builder.public B onMouseClicked(EventHandler<? super MouseEvent> x)
onMouseClicked property for the instance constructed by this builder.public B onMouseDragged(EventHandler<? super MouseEvent> x)
onMouseDragged property for the instance constructed by this builder.public B onMouseEntered(EventHandler<? super MouseEvent> x)
onMouseEntered property for the instance constructed by this builder.public B onMouseExited(EventHandler<? super MouseEvent> x)
onMouseExited property for the instance constructed by this builder.public B onMouseMoved(EventHandler<? super MouseEvent> x)
onMouseMoved property for the instance constructed by this builder.public B onMousePressed(EventHandler<? super MouseEvent> x)
onMousePressed property for the instance constructed by this builder.public B onMouseReleased(EventHandler<? super MouseEvent> x)
onMouseReleased property for the instance constructed by this builder.public B onScroll(EventHandler<? super ScrollEvent> x)
onScroll 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, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .