Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class RectangleBuilder<B extends RectangleBuilder<B>> extends ShapeBuilder<B> implements Builder<Rectangle>
Rectangle
Modifier | Constructor and Description |
---|---|
protected |
RectangleBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Rectangle x) |
B |
arcHeight(double x)
Set the value of the
arcHeight property for the instance constructed by this builder. |
B |
arcWidth(double x)
Set the value of the
arcWidth property for the instance constructed by this builder. |
Rectangle |
build()
Make an instance of
Rectangle based on the properties set on this builder. |
static RectangleBuilder<?> |
create()
Creates a new instance of RectangleBuilder.
|
B |
height(double x)
Set the value of the
height property for the instance constructed by this builder. |
B |
width(double x)
Set the value of the
width property for the instance constructed by this builder. |
B |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
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
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to