@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public abstract class NodeBuilder<B extends NodeBuilder<B>>
extends java.lang.Object
Node| Modifier | Constructor and Description |
|---|---|
protected |
NodeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Node x) |
B |
blendMode(BlendMode x)
Set the value of the
blendMode property for the instance constructed by this builder. |
B |
cache(boolean x)
Set the value of the
cache property for the instance constructed by this builder. |
B |
cacheHint(CacheHint x)
Set the value of the
cacheHint property for the instance constructed by this builder. |
B |
clip(Node x)
Set the value of the
clip property for the instance constructed by this builder. |
B |
cursor(Cursor x)
Set the value of the
cursor property for the instance constructed by this builder. |
B |
depthTest(DepthTest x)
Set the value of the
depthTest property for the instance constructed by this builder. |
B |
disable(boolean x)
Set the value of the
disable property for the instance constructed by this builder. |
B |
effect(Effect x)
Set the value of the
effect 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 |
focusTraversable(boolean x)
Set the value of the
focusTraversable property for the instance constructed by this builder. |
B |
id(java.lang.String x)
Set the value of the
id property for the instance constructed by this builder. |
B |
inputMethodRequests(InputMethodRequests x)
Set the value of the
inputMethodRequests property for the instance constructed by this builder. |
B |
layoutX(double x)
Set the value of the
layoutX property for the instance constructed by this builder. |
B |
layoutY(double x)
Set the value of the
layoutY property for the instance constructed by this builder. |
B |
managed(boolean x)
Set the value of the
managed property for the instance constructed by this builder. |
B |
mouseTransparent(boolean x)
Set the value of the
mouseTransparent property for the instance constructed by this builder. |
B |
onContextMenuRequested(EventHandler<? super ContextMenuEvent> x)
Set the value of the
onContextMenuRequested 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 |
onMouseDragEntered(EventHandler<? super MouseDragEvent> x)
Set the value of the
onMouseDragEntered property for the instance constructed by this builder. |
B |
onMouseDragExited(EventHandler<? super MouseDragEvent> x)
Set the value of the
onMouseDragExited 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 |
onMouseDragOver(EventHandler<? super MouseDragEvent> x)
Set the value of the
onMouseDragOver property for the instance constructed by this builder. |
B |
onMouseDragReleased(EventHandler<? super MouseDragEvent> x)
Set the value of the
onMouseDragReleased 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 |
onRotate(EventHandler<? super RotateEvent> x)
Set the value of the
onRotate property for the instance constructed by this builder. |
B |
onRotationFinished(EventHandler<? super RotateEvent> x)
Set the value of the
onRotationFinished property for the instance constructed by this builder. |
B |
onRotationStarted(EventHandler<? super RotateEvent> x)
Set the value of the
onRotationStarted 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 |
onScrollFinished(EventHandler<? super ScrollEvent> x)
Set the value of the
onScrollFinished property for the instance constructed by this builder. |
B |
onScrollStarted(EventHandler<? super ScrollEvent> x)
Set the value of the
onScrollStarted property for the instance constructed by this builder. |
B |
onSwipeDown(EventHandler<? super SwipeEvent> x)
Set the value of the
onSwipeDown property for the instance constructed by this builder. |
B |
onSwipeLeft(EventHandler<? super SwipeEvent> x)
Set the value of the
onSwipeLeft property for the instance constructed by this builder. |
B |
onSwipeRight(EventHandler<? super SwipeEvent> x)
Set the value of the
onSwipeRight property for the instance constructed by this builder. |
B |
onSwipeUp(EventHandler<? super SwipeEvent> x)
Set the value of the
onSwipeUp property for the instance constructed by this builder. |
B |
onTouchMoved(EventHandler<? super TouchEvent> x)
Set the value of the
onTouchMoved property for the instance constructed by this builder. |
B |
onTouchPressed(EventHandler<? super TouchEvent> x)
Set the value of the
onTouchPressed property for the instance constructed by this builder. |
B |
onTouchReleased(EventHandler<? super TouchEvent> x)
Set the value of the
onTouchReleased property for the instance constructed by this builder. |
B |
onTouchStationary(EventHandler<? super TouchEvent> x)
Set the value of the
onTouchStationary property for the instance constructed by this builder. |
B |
onZoom(EventHandler<? super ZoomEvent> x)
Set the value of the
onZoom property for the instance constructed by this builder. |
B |
onZoomFinished(EventHandler<? super ZoomEvent> x)
Set the value of the
onZoomFinished property for the instance constructed by this builder. |
B |
onZoomStarted(EventHandler<? super ZoomEvent> x)
Set the value of the
onZoomStarted property for the instance constructed by this builder. |
B |
opacity(double x)
Set the value of the
opacity property for the instance constructed by this builder. |
B |
pickOnBounds(boolean x)
Set the value of the
pickOnBounds property for the instance constructed by this builder. |
B |
rotate(double x)
Set the value of the
rotate property for the instance constructed by this builder. |
B |
rotationAxis(Point3D x)
Set the value of the
rotationAxis property for the instance constructed by this builder. |
B |
scaleX(double x)
Set the value of the
scaleX property for the instance constructed by this builder. |
B |
scaleY(double x)
Set the value of the
scaleY property for the instance constructed by this builder. |
B |
scaleZ(double x)
Set the value of the
scaleZ property for the instance constructed by this builder. |
B |
style(java.lang.String x)
Set the value of the
style property for the instance constructed by this builder. |
B |
styleClass(java.util.Collection<? extends java.lang.String> x)
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
B |
styleClass(java.lang.String... x)
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
B |
transforms(java.util.Collection<? extends Transform> x)
Add the given items to the List of items in the
transforms property for the instance constructed by this builder. |
B |
transforms(Transform... x)
Add the given items to the List of items in the
transforms property for the instance constructed by this builder. |
B |
translateX(double x)
Set the value of the
translateX property for the instance constructed by this builder. |
B |
translateY(double x)
Set the value of the
translateY property for the instance constructed by this builder. |
B |
translateZ(double x)
Set the value of the
translateZ property for the instance constructed by this builder. |
B |
userData(java.lang.Object x)
Set the value of the
userData property for the instance constructed by this builder. |
B |
visible(boolean x)
Set the value of the
visible property for the instance constructed by this builder. |
public void applyTo(Node x)
public B blendMode(BlendMode x)
blendMode property for the instance constructed by this builder.public B cache(boolean x)
cache property for the instance constructed by this builder.public B cacheHint(CacheHint x)
cacheHint property for the instance constructed by this builder.public B clip(Node x)
clip property for the instance constructed by this builder.public B cursor(Cursor x)
cursor property for the instance constructed by this builder.public B depthTest(DepthTest x)
depthTest property for the instance constructed by this builder.public B disable(boolean x)
disable property for the instance constructed by this builder.public B effect(Effect x)
effect property for the instance constructed by this builder.public B eventDispatcher(EventDispatcher x)
eventDispatcher property for the instance constructed by this builder.public B focusTraversable(boolean x)
focusTraversable property for the instance constructed by this builder.public B id(java.lang.String x)
id property for the instance constructed by this builder.public B inputMethodRequests(InputMethodRequests x)
inputMethodRequests property for the instance constructed by this builder.public B layoutX(double x)
layoutX property for the instance constructed by this builder.public B layoutY(double x)
layoutY property for the instance constructed by this builder.public B managed(boolean x)
managed property for the instance constructed by this builder.public B mouseTransparent(boolean x)
mouseTransparent property for the instance constructed by this builder.public B onContextMenuRequested(EventHandler<? super ContextMenuEvent> x)
onContextMenuRequested 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 onMouseDragEntered(EventHandler<? super MouseDragEvent> x)
onMouseDragEntered property for the instance constructed by this builder.public B onMouseDragExited(EventHandler<? super MouseDragEvent> x)
onMouseDragExited 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 onMouseDragOver(EventHandler<? super MouseDragEvent> x)
onMouseDragOver property for the instance constructed by this builder.public B onMouseDragReleased(EventHandler<? super MouseDragEvent> x)
onMouseDragReleased 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 onRotate(EventHandler<? super RotateEvent> x)
onRotate property for the instance constructed by this builder.public B onRotationFinished(EventHandler<? super RotateEvent> x)
onRotationFinished property for the instance constructed by this builder.public B onRotationStarted(EventHandler<? super RotateEvent> x)
onRotationStarted 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 onScrollFinished(EventHandler<? super ScrollEvent> x)
onScrollFinished property for the instance constructed by this builder.public B onScrollStarted(EventHandler<? super ScrollEvent> x)
onScrollStarted property for the instance constructed by this builder.public B onSwipeDown(EventHandler<? super SwipeEvent> x)
onSwipeDown property for the instance constructed by this builder.public B onSwipeLeft(EventHandler<? super SwipeEvent> x)
onSwipeLeft property for the instance constructed by this builder.public B onSwipeRight(EventHandler<? super SwipeEvent> x)
onSwipeRight property for the instance constructed by this builder.public B onSwipeUp(EventHandler<? super SwipeEvent> x)
onSwipeUp property for the instance constructed by this builder.public B onTouchMoved(EventHandler<? super TouchEvent> x)
onTouchMoved property for the instance constructed by this builder.public B onTouchPressed(EventHandler<? super TouchEvent> x)
onTouchPressed property for the instance constructed by this builder.public B onTouchReleased(EventHandler<? super TouchEvent> x)
onTouchReleased property for the instance constructed by this builder.public B onTouchStationary(EventHandler<? super TouchEvent> x)
onTouchStationary property for the instance constructed by this builder.public B onZoom(EventHandler<? super ZoomEvent> x)
onZoom property for the instance constructed by this builder.public B onZoomFinished(EventHandler<? super ZoomEvent> x)
onZoomFinished property for the instance constructed by this builder.public B onZoomStarted(EventHandler<? super ZoomEvent> x)
onZoomStarted property for the instance constructed by this builder.public B opacity(double x)
opacity property for the instance constructed by this builder.public B pickOnBounds(boolean x)
pickOnBounds property for the instance constructed by this builder.public B rotate(double x)
rotate property for the instance constructed by this builder.public B rotationAxis(Point3D x)
rotationAxis property for the instance constructed by this builder.public B scaleX(double x)
scaleX property for the instance constructed by this builder.public B scaleY(double x)
scaleY property for the instance constructed by this builder.public B scaleZ(double x)
scaleZ property for the instance constructed by this builder.public B style(java.lang.String x)
style property for the instance constructed by this builder.public B styleClass(java.util.Collection<? extends java.lang.String> x)
styleClass property for the instance constructed by this builder.public B styleClass(java.lang.String... x)
styleClass property for the instance constructed by this builder.public B transforms(java.util.Collection<? extends Transform> x)
transforms property for the instance constructed by this builder.public B transforms(Transform... x)
transforms property for the instance constructed by this builder.public B translateX(double x)
translateX property for the instance constructed by this builder.public B translateY(double x)
translateY property for the instance constructed by this builder.public B translateZ(double x)
translateZ property for the instance constructed by this builder.public B userData(java.lang.Object x)
userData property for the instance constructed by this builder.Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.