@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class FlowPaneBuilder<B extends FlowPaneBuilder<B>> extends PaneBuilder<B>
FlowPane
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Pos |
alignment
Deprecated.
|
private HPos |
columnHalignment
Deprecated.
|
private double |
hgap
Deprecated.
|
private Orientation |
orientation
Deprecated.
|
private double |
prefWrapLength
Deprecated.
|
private VPos |
rowValignment
Deprecated.
|
private double |
vgap
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
FlowPaneBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
B |
alignment(Pos x)
Deprecated.
Set the value of the
alignment property for the instance constructed by this builder. |
void |
applyTo(FlowPane x)
Deprecated.
|
FlowPane |
build()
Deprecated.
Make an instance of
FlowPane based on the properties set on this builder. |
B |
columnHalignment(HPos x)
Deprecated.
Set the value of the
columnHalignment property for the instance constructed by this builder. |
static FlowPaneBuilder<?> |
create()
Deprecated.
Creates a new instance of FlowPaneBuilder.
|
B |
hgap(double x)
Deprecated.
Set the value of the
hgap property for the instance constructed by this builder. |
B |
orientation(Orientation x)
Deprecated.
Set the value of the
orientation property for the instance constructed by this builder. |
B |
prefWrapLength(double x)
Deprecated.
Set the value of the
prefWrapLength property for the instance constructed by this builder. |
B |
rowValignment(VPos x)
Deprecated.
Set the value of the
rowValignment property for the instance constructed by this builder. |
B |
vgap(double x)
Deprecated.
Set the value of the
vgap property for the instance constructed by this builder. |
applyTo, children, children
applyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixel
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 Pos alignment
private HPos columnHalignment
private double hgap
private Orientation orientation
private double prefWrapLength
private VPos rowValignment
private double vgap
public static FlowPaneBuilder<?> create()
public void applyTo(FlowPane x)
public B alignment(Pos x)
alignment
property for the instance constructed by this builder.public B columnHalignment(HPos x)
columnHalignment
property for the instance constructed by this builder.public B hgap(double x)
hgap
property for the instance constructed by this builder.public B orientation(Orientation x)
orientation
property for the instance constructed by this builder.public B prefWrapLength(double x)
prefWrapLength
property for the instance constructed by this builder.public B rowValignment(VPos x)
rowValignment
property for the instance constructed by this builder.public B vgap(double x)
vgap
property for the instance constructed by this builder.public FlowPane build()
FlowPane
based on the properties set on this builder.build
in interface Builder<Region>
build
in class PaneBuilder<B extends FlowPaneBuilder<B>>