@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class RectangleBuilder<B extends RectangleBuilder<B>> extends ShapeBuilder<B> implements Builder<Rectangle>
Rectangle
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
arcHeight
Deprecated.
|
private double |
arcWidth
Deprecated.
|
private double |
height
Deprecated.
|
private double |
width
Deprecated.
|
private double |
x
Deprecated.
|
private double |
y
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
RectangleBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Rectangle x)
Deprecated.
|
B |
arcHeight(double x)
Deprecated.
Set the value of the
arcHeight property for the instance constructed by this builder. |
B |
arcWidth(double x)
Deprecated.
Set the value of the
arcWidth property for the instance constructed by this builder. |
Rectangle |
build()
Deprecated.
Make an instance of
Rectangle based on the properties set on this builder. |
static RectangleBuilder<?> |
create()
Deprecated.
Creates a new instance of RectangleBuilder.
|
B |
height(double x)
Deprecated.
Set the value of the
height property for the instance constructed by this builder. |
B |
width(double x)
Deprecated.
Set the value of the
width property for the instance constructed by this builder. |
B |
x(double x)
Deprecated.
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
Deprecated.
Set the value of the
y property for the instance constructed by this builder. |
applyTo, fill, smooth, stroke, strokeDashArray, strokeDashArray, strokeDashOffset, strokeLineCap, strokeLineJoin, strokeMiterLimit, strokeType, strokeWidth
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 arcHeight
private double arcWidth
private double height
private double width
private double x
private double y
public static RectangleBuilder<?> create()
public void applyTo(Rectangle x)
public B arcHeight(double x)
arcHeight
property for the instance constructed by this builder.public B arcWidth(double x)
arcWidth
property for the instance constructed by this builder.public B height(double x)
height
property for the instance constructed by this builder.public B width(double x)
width
property for the instance constructed by this builder.public B x(double x)
x
property for the instance constructed by this builder.public B y(double x)
y
property for the instance constructed by this builder.