@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class PieChartBuilder<B extends PieChartBuilder<B>> extends ChartBuilder<B>
PieChart
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
clockwise
Deprecated.
|
private ObservableList<PieChart.Data> |
data
Deprecated.
|
private double |
labelLineLength
Deprecated.
|
private boolean |
labelsVisible
Deprecated.
|
private double |
startAngle
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
PieChartBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(PieChart x)
Deprecated.
|
PieChart |
build()
Deprecated.
Make an instance of
PieChart based on the properties set on this builder. |
B |
clockwise(boolean x)
Deprecated.
Set the value of the
clockwise property for the instance constructed by this builder. |
static PieChartBuilder<?> |
create()
Deprecated.
Creates a new instance of PieChartBuilder.
|
B |
data(ObservableList<PieChart.Data> x)
Deprecated.
Set the value of the
data property for the instance constructed by this builder. |
B |
labelLineLength(double x)
Deprecated.
Set the value of the
labelLineLength property for the instance constructed by this builder. |
B |
labelsVisible(boolean x)
Deprecated.
Set the value of the
labelsVisible property for the instance constructed by this builder. |
B |
startAngle(double x)
Deprecated.
Set the value of the
startAngle property for the instance constructed by this builder. |
animated, applyTo, legendSide, legendVisible, title, titleSide
applyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixel
applyTo, stylesheets, stylesheets
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 boolean clockwise
private ObservableList<PieChart.Data> data
private double labelLineLength
private boolean labelsVisible
private double startAngle
public static PieChartBuilder<?> create()
public void applyTo(PieChart x)
public B clockwise(boolean x)
clockwise
property for the instance constructed by this builder.public B data(ObservableList<PieChart.Data> x)
data
property for the instance constructed by this builder.public B labelLineLength(double x)
labelLineLength
property for the instance constructed by this builder.public B labelsVisible(boolean x)
labelsVisible
property for the instance constructed by this builder.public B startAngle(double x)
startAngle
property for the instance constructed by this builder.public PieChart build()
PieChart
based on the properties set on this builder.build
in interface Builder<Region>
build
in class RegionBuilder<B extends PieChartBuilder<B>>