@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class SVGPathBuilder<B extends SVGPathBuilder<B>> extends ShapeBuilder<B> implements Builder<SVGPath>
SVGPath
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private java.lang.String |
content
Deprecated.
|
private FillRule |
fillRule
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
SVGPathBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(SVGPath x)
Deprecated.
|
SVGPath |
build()
Deprecated.
Make an instance of
SVGPath based on the properties set on this builder. |
B |
content(java.lang.String x)
Deprecated.
Set the value of the
content property for the instance constructed by this builder. |
static SVGPathBuilder<?> |
create()
Deprecated.
Creates a new instance of SVGPathBuilder.
|
B |
fillRule(FillRule x)
Deprecated.
Set the value of the
fillRule 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 java.lang.String content
private FillRule fillRule
public static SVGPathBuilder<?> create()
public void applyTo(SVGPath x)
public B content(java.lang.String x)
content
property for the instance constructed by this builder.public B fillRule(FillRule x)
fillRule
property for the instance constructed by this builder.