@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class RegionBuilder<B extends RegionBuilder<B>> extends ParentBuilder<B> implements Builder<Region>
Region| Modifier | Constructor and Description |
|---|---|
protected |
RegionBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Region x) |
Region |
build()
Make an instance of
Region based on the properties set on this builder. |
static RegionBuilder<?> |
create()
Creates a new instance of RegionBuilder.
|
B |
maxHeight(double x)
Set the value of the
maxHeight property for the instance constructed by this builder. |
B |
maxWidth(double x)
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minHeight(double x)
Set the value of the
minHeight property for the instance constructed by this builder. |
B |
minWidth(double x)
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
padding(Insets x)
Set the value of the
padding property for the instance constructed by this builder. |
B |
prefHeight(double x)
Set the value of the
prefHeight property for the instance constructed by this builder. |
B |
prefWidth(double x)
Set the value of the
prefWidth property for the instance constructed by this builder. |
B |
snapToPixel(boolean x)
Set the value of the
snapToPixel property for the instance constructed by this builder. |
applyTo, 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, visiblepublic static RegionBuilder<?> create()
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.