@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class GroupBuilder<B extends GroupBuilder<B>> extends ParentBuilder<B> implements Builder<Group>
Group
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
autoSizeChildren
Deprecated.
|
private java.util.Collection<? extends Node> |
children
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
GroupBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Group x)
Deprecated.
|
B |
autoSizeChildren(boolean x)
Deprecated.
Set the value of the
autoSizeChildren property for the instance constructed by this builder. |
Group |
build()
Deprecated.
Make an instance of
Group based on the properties set on this builder. |
B |
children(java.util.Collection<? extends Node> x)
Deprecated.
Add the given items to the List of items in the
children property for the instance constructed by this builder. |
B |
children(Node... x)
Deprecated.
Add the given items to the List of items in the
children property for the instance constructed by this builder. |
static GroupBuilder<?> |
create()
Deprecated.
Creates a new instance of GroupBuilder.
|
applyTo, stylesheets, stylesheets
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, 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, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
private int __set
private boolean autoSizeChildren
private java.util.Collection<? extends Node> children
public static GroupBuilder<?> create()
public void applyTo(Group x)
public B autoSizeChildren(boolean x)
autoSizeChildren
property for the instance constructed by this builder.public B children(java.util.Collection<? extends Node> x)
children
property for the instance constructed by this builder.public B children(Node... x)
children
property for the instance constructed by this builder.