@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PieChartBuilder<B extends PieChartBuilder<B>> extends ChartBuilder<B>
PieChart| Modifier | Constructor and Description |
|---|---|
protected |
PieChartBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(PieChart x) |
PieChart |
build()
Make an instance of
PieChart based on the properties set on this builder. |
B |
clockwise(boolean x)
Set the value of the
clockwise property for the instance constructed by this builder. |
static PieChartBuilder<?> |
create()
Creates a new instance of PieChartBuilder.
|
B |
data(ObservableList<PieChart.Data> x)
Set the value of the
data property for the instance constructed by this builder. |
B |
labelLineLength(double x)
Set the value of the
labelLineLength property for the instance constructed by this builder. |
B |
labelsVisible(boolean x)
Set the value of the
labelsVisible property for the instance constructed by this builder. |
B |
startAngle(double x)
Set the value of the
startAngle property for the instance constructed by this builder. |
animated, applyTo, legendSide, legendVisible, title, titleSideapplyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixelapplyTo, stylesheets, stylesheetsapplyTo, 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, visiblepublic 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>>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.