@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ArcBuilder<B extends ArcBuilder<B>> extends ShapeBuilder<B> implements Builder<Arc>
Arc
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
centerX
Deprecated.
|
private double |
centerY
Deprecated.
|
private double |
length
Deprecated.
|
private double |
radiusX
Deprecated.
|
private double |
radiusY
Deprecated.
|
private double |
startAngle
Deprecated.
|
private ArcType |
type
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ArcBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Arc x)
Deprecated.
|
Arc |
build()
Deprecated.
Make an instance of
Arc based on the properties set on this builder. |
B |
centerX(double x)
Deprecated.
Set the value of the
centerX property for the instance constructed by this builder. |
B |
centerY(double x)
Deprecated.
Set the value of the
centerY property for the instance constructed by this builder. |
static ArcBuilder<?> |
create()
Deprecated.
Creates a new instance of ArcBuilder.
|
B |
length(double x)
Deprecated.
Set the value of the
length property for the instance constructed by this builder. |
B |
radiusX(double x)
Deprecated.
Set the value of the
radiusX property for the instance constructed by this builder. |
B |
radiusY(double x)
Deprecated.
Set the value of the
radiusY property for the instance constructed by this builder. |
B |
startAngle(double x)
Deprecated.
Set the value of the
startAngle property for the instance constructed by this builder. |
B |
type(ArcType x)
Deprecated.
Set the value of the
type 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 centerX
private double centerY
private double length
private double radiusX
private double radiusY
private double startAngle
private ArcType type
public static ArcBuilder<?> create()
public void applyTo(Arc x)
public B centerX(double x)
centerX
property for the instance constructed by this builder.public B centerY(double x)
centerY
property for the instance constructed by this builder.public B length(double x)
length
property for the instance constructed by this builder.public B radiusX(double x)
radiusX
property for the instance constructed by this builder.public B radiusY(double x)
radiusY
property for the instance constructed by this builder.public B startAngle(double x)
startAngle
property for the instance constructed by this builder.public B type(ArcType x)
type
property for the instance constructed by this builder.