|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class EllipseBuilder<B extends EllipseBuilder<B>> extends ShapeBuilder<B>
Ellipse| Modifier | Constructor and Description |
|---|---|
protected |
EllipseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Ellipse x) |
Ellipse |
build()
Make an instance of
Ellipse based on the properties set on this builder. |
B |
centerX(double x)
Set the value of the
centerX property for the instance constructed by this builder. |
B |
centerY(double x)
Set the value of the
centerY property for the instance constructed by this builder. |
static EllipseBuilder<?> |
create() |
B |
radiusX(double x)
Set the value of the
radiusX property for the instance constructed by this builder. |
B |
radiusY(double x)
Set the value of the
radiusY 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, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onScroll, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic static EllipseBuilder<?> create()
public void applyTo(Ellipse 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 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.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .