@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class RegionBuilder<B extends RegionBuilder<B>> extends ParentBuilder<B> implements Builder<Region>
Region
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
maxHeight
Deprecated.
|
private double |
maxWidth
Deprecated.
|
private double |
minHeight
Deprecated.
|
private double |
minWidth
Deprecated.
|
private Insets |
padding
Deprecated.
|
private double |
prefHeight
Deprecated.
|
private double |
prefWidth
Deprecated.
|
private boolean |
snapToPixel
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
RegionBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Region x)
Deprecated.
|
Region |
build()
Deprecated.
Make an instance of
Region based on the properties set on this builder. |
static RegionBuilder<?> |
create()
Deprecated.
Creates a new instance of RegionBuilder.
|
B |
maxHeight(double x)
Deprecated.
Set the value of the
maxHeight property for the instance constructed by this builder. |
B |
maxWidth(double x)
Deprecated.
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minHeight(double x)
Deprecated.
Set the value of the
minHeight property for the instance constructed by this builder. |
B |
minWidth(double x)
Deprecated.
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
padding(Insets x)
Deprecated.
Set the value of the
padding property for the instance constructed by this builder. |
B |
prefHeight(double x)
Deprecated.
Set the value of the
prefHeight property for the instance constructed by this builder. |
B |
prefWidth(double x)
Deprecated.
Set the value of the
prefWidth property for the instance constructed by this builder. |
B |
snapToPixel(boolean x)
Deprecated.
Set the value of the
snapToPixel property for the instance constructed by this builder. |
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 double maxHeight
private double maxWidth
private double minHeight
private double minWidth
private Insets padding
private double prefHeight
private double prefWidth
private boolean snapToPixel
public static RegionBuilder<?> create()
private void __set(int i)
public void applyTo(Region x)
public B maxHeight(double x)
maxHeight
property for the instance constructed by this builder.public B maxWidth(double x)
maxWidth
property for the instance constructed by this builder.public B minHeight(double x)
minHeight
property for the instance constructed by this builder.public B minWidth(double x)
minWidth
property for the instance constructed by this builder.public B padding(Insets x)
padding
property for the instance constructed by this builder.public B prefHeight(double x)
prefHeight
property for the instance constructed by this builder.public B prefWidth(double x)
prefWidth
property for the instance constructed by this builder.public B snapToPixel(boolean x)
snapToPixel
property for the instance constructed by this builder.