Package | Description |
---|---|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
Modifier and Type | Field and Description |
---|---|
private ReadOnlyObjectWrapper<PieChart> |
PieChart.Data.chart
The chart which this data belongs to.
|
private static CssMetaData<PieChart,java.lang.Boolean> |
PieChart.StyleableProperties.CLOCKWISE |
private static CssMetaData<PieChart,java.lang.Number> |
PieChart.StyleableProperties.LABEL_LINE_LENGTH |
private static CssMetaData<PieChart,java.lang.Boolean> |
PieChart.StyleableProperties.LABELS_VISIBLE |
private static CssMetaData<PieChart,java.lang.Number> |
PieChart.StyleableProperties.START_ANGLE |
Modifier and Type | Method and Description |
---|---|
PieChart |
PieChartBuilder.build()
Deprecated.
Make an instance of
PieChart based on the properties set on this builder. |
PieChart |
PieChart.Data.getChart() |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty<PieChart> |
PieChart.Data.chartProperty() |
Modifier and Type | Method and Description |
---|---|
void |
PieChartBuilder.applyTo(PieChart x)
Deprecated.
|
private void |
PieChart.Data.setChart(PieChart value) |