@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TilePaneBuilder<B extends TilePaneBuilder<B>> extends PaneBuilder<B>
TilePane| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private Pos |
alignment
Deprecated.
|
private double |
hgap
Deprecated.
|
private Orientation |
orientation
Deprecated.
|
private int |
prefColumns
Deprecated.
|
private int |
prefRows
Deprecated.
|
private double |
prefTileHeight
Deprecated.
|
private double |
prefTileWidth
Deprecated.
|
private Pos |
tileAlignment
Deprecated.
|
private double |
vgap
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TilePaneBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
__set(int i)
Deprecated.
|
B |
alignment(Pos x)
Deprecated.
Set the value of the
alignment property for the instance constructed by this builder. |
void |
applyTo(TilePane x)
Deprecated.
|
TilePane |
build()
Deprecated.
Make an instance of
TilePane based on the properties set on this builder. |
static TilePaneBuilder<?> |
create()
Deprecated.
Creates a new instance of TilePaneBuilder.
|
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 |
prefColumns(int x)
Deprecated.
Set the value of the
prefColumns property for the instance constructed by this builder. |
B |
prefRows(int x)
Deprecated.
Set the value of the
prefRows property for the instance constructed by this builder. |
B |
prefTileHeight(double x)
Deprecated.
Set the value of the
prefTileHeight property for the instance constructed by this builder. |
B |
prefTileWidth(double x)
Deprecated.
Set the value of the
prefTileWidth property for the instance constructed by this builder. |
B |
tileAlignment(Pos x)
Deprecated.
Set the value of the
tileAlignment 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, childrenapplyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixelapplyTo, stylesheets, stylesheetsapplyTo, 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, visibleprivate int __set
private Pos alignment
private double hgap
private Orientation orientation
private int prefColumns
private int prefRows
private double prefTileHeight
private double prefTileWidth
private Pos tileAlignment
private double vgap
public static TilePaneBuilder<?> create()
private void __set(int i)
public void applyTo(TilePane x)
public B alignment(Pos x)
alignment 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 prefColumns(int x)
prefColumns property for the instance constructed by this builder.public B prefRows(int x)
prefRows property for the instance constructed by this builder.public B prefTileHeight(double x)
prefTileHeight property for the instance constructed by this builder.public B prefTileWidth(double x)
prefTileWidth property for the instance constructed by this builder.public B tileAlignment(Pos x)
tileAlignment property for the instance constructed by this builder.public B vgap(double x)
vgap property for the instance constructed by this builder.public TilePane build()
TilePane based on the properties set on this builder.build in interface Builder<Region>build in class PaneBuilder<B extends TilePaneBuilder<B>>