|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class RectangleBuilder<B extends RectangleBuilder<B>> extends ShapeBuilder<B>
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() |
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, strokeWidthapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onScroll, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic 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, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .