@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class ShapeBuilder<B extends ShapeBuilder<B>> extends NodeBuilder<B>
Shape
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Paint |
fill
Deprecated.
|
private boolean |
smooth
Deprecated.
|
private Paint |
stroke
Deprecated.
|
private java.util.Collection<? extends java.lang.Double> |
strokeDashArray
Deprecated.
|
private double |
strokeDashOffset
Deprecated.
|
private StrokeLineCap |
strokeLineCap
Deprecated.
|
private StrokeLineJoin |
strokeLineJoin
Deprecated.
|
private double |
strokeMiterLimit
Deprecated.
|
private StrokeType |
strokeType
Deprecated.
|
private double |
strokeWidth
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ShapeBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Shape x)
Deprecated.
|
B |
fill(Paint x)
Deprecated.
Set the value of the
fill property for the instance constructed by this builder. |
B |
smooth(boolean x)
Deprecated.
Set the value of the
smooth property for the instance constructed by this builder. |
B |
stroke(Paint x)
Deprecated.
Set the value of the
stroke property for the instance constructed by this builder. |
B |
strokeDashArray(java.util.Collection<? extends java.lang.Double> x)
Deprecated.
Add the given items to the List of items in the
strokeDashArray property for the instance constructed by this builder. |
B |
strokeDashArray(java.lang.Double... x)
Deprecated.
Add the given items to the List of items in the
strokeDashArray property for the instance constructed by this builder. |
B |
strokeDashOffset(double x)
Deprecated.
Set the value of the
strokeDashOffset property for the instance constructed by this builder. |
B |
strokeLineCap(StrokeLineCap x)
Deprecated.
Set the value of the
strokeLineCap property for the instance constructed by this builder. |
B |
strokeLineJoin(StrokeLineJoin x)
Deprecated.
Set the value of the
strokeLineJoin property for the instance constructed by this builder. |
B |
strokeMiterLimit(double x)
Deprecated.
Set the value of the
strokeMiterLimit property for the instance constructed by this builder. |
B |
strokeType(StrokeType x)
Deprecated.
Set the value of the
strokeType property for the instance constructed by this builder. |
B |
strokeWidth(double x)
Deprecated.
Set the value of the
strokeWidth property for the instance constructed by this builder. |
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 Paint fill
private boolean smooth
private Paint stroke
private java.util.Collection<? extends java.lang.Double> strokeDashArray
private double strokeDashOffset
private StrokeLineCap strokeLineCap
private StrokeLineJoin strokeLineJoin
private double strokeMiterLimit
private StrokeType strokeType
private double strokeWidth
private void __set(int i)
public void applyTo(Shape x)
public B fill(Paint x)
fill
property for the instance constructed by this builder.public B smooth(boolean x)
smooth
property for the instance constructed by this builder.public B stroke(Paint x)
stroke
property for the instance constructed by this builder.public B strokeDashArray(java.util.Collection<? extends java.lang.Double> x)
strokeDashArray
property for the instance constructed by this builder.public B strokeDashArray(java.lang.Double... x)
strokeDashArray
property for the instance constructed by this builder.public B strokeDashOffset(double x)
strokeDashOffset
property for the instance constructed by this builder.public B strokeLineCap(StrokeLineCap x)
strokeLineCap
property for the instance constructed by this builder.public B strokeLineJoin(StrokeLineJoin x)
strokeLineJoin
property for the instance constructed by this builder.public B strokeMiterLimit(double x)
strokeMiterLimit
property for the instance constructed by this builder.public B strokeType(StrokeType x)
strokeType
property for the instance constructed by this builder.public B strokeWidth(double x)
strokeWidth
property for the instance constructed by this builder.