|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class CircleBuilder<B extends CircleBuilder<B>> extends ShapeBuilder<B> implements Builder<Circle>
Circle| Modifier | Constructor and Description |
|---|---|
protected |
CircleBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Circle x)
Deprecated.
|
Circle |
build()
Deprecated.
Make an instance of
Circle 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 CircleBuilder<?> |
create()
Deprecated.
Creates a new instance of CircleBuilder.
|
B |
radius(double x)
Deprecated.
Set the value of the
radius 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, 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, visibleprotected CircleBuilder()
public static CircleBuilder<?> create()
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 radius(double x)
radius property for the instance constructed by this builder.Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .