Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class ShapeBuilder<B extends ShapeBuilder<B>> extends NodeBuilder<B>
Shape
Modifier | Constructor and Description |
---|---|
protected |
ShapeBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Shape x) |
B |
fill(Paint x)
Set the value of the
fill property for the instance constructed by this builder. |
B |
smooth(boolean x)
Set the value of the
smooth property for the instance constructed by this builder. |
B |
stroke(Paint x)
Set the value of the
stroke property for the instance constructed by this builder. |
B |
strokeDashArray(java.util.Collection<? extends java.lang.Double> x)
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)
Add the given items to the List of items in the
strokeDashArray property for the instance constructed by this builder. |
B |
strokeDashOffset(double x)
Set the value of the
strokeDashOffset property for the instance constructed by this builder. |
B |
strokeLineCap(StrokeLineCap x)
Set the value of the
strokeLineCap property for the instance constructed by this builder. |
B |
strokeLineJoin(StrokeLineJoin x)
Set the value of the
strokeLineJoin property for the instance constructed by this builder. |
B |
strokeMiterLimit(double x)
Set the value of the
strokeMiterLimit property for the instance constructed by this builder. |
B |
strokeType(StrokeType x)
Set the value of the
strokeType property for the instance constructed by this builder. |
B |
strokeWidth(double x)
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
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to