@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class LightBaseBuilder<B extends LightBaseBuilder<B>> extends NodeBuilder<B>
LightBase
Modifier | Constructor and Description |
---|---|
protected |
LightBaseBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(LightBase x) |
B |
color(javafx.scene.paint.Color x)
Set the value of the
color property for the instance constructed by this builder. |
B |
lightOn(boolean x)
Set the value of the
lightOn property for the instance constructed by this builder. |
B |
scope(java.util.Collection<? extends Node> x)
Add the given items to the List of items in the
scope property for the instance constructed by this builder. |
B |
scope(Node... x)
Add the given items to the List of items in the
scope 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 void applyTo(LightBase x)
public B color(javafx.scene.paint.Color x)
color
property for the instance constructed by this builder.public B lightOn(boolean x)
lightOn
property for the instance constructed by this builder.public B scope(java.util.Collection<? extends Node> x)
scope
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.