Spec-Zone .ru
спецификации, руководства, описания, API
|
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 PieChart.Data |
PieChart.begin |
private PieChart.Data |
PieChart.dataItemBeingRemoved |
private PieChart.Data |
PieChart.Data.next
Next pointer for the next data item : so we can do animation on data delete.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<ObservableList<PieChart.Data>> |
PieChart.data
PieCharts data
|
private ObservableList<PieChart.Data> |
PieChartBuilder.data |
private ListChangeListener<PieChart.Data> |
PieChart.dataChangeListener |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<ObservableList<PieChart.Data>> |
PieChart.dataProperty()
PieCharts data
|
ObservableList<PieChart.Data> |
PieChart.getData()
Gets the value of the property data.
|
Modifier and Type | Method and Description |
---|---|
private Node |
PieChart.createArcRegion(int itemIndex,
PieChart.Data item) |
private Timeline |
PieChart.createDataRemoveTimeline(PieChart.Data item) |
private Text |
PieChart.createPieLabel(int itemIndex,
PieChart.Data item) |
private void |
PieChart.dataItemAdded(int itemIndex,
PieChart.Data item) |
private void |
PieChart.dataItemRemoved(PieChart.Data item) |
private void |
PieChart.dataNameChanged(PieChart.Data item) |
private void |
PieChart.dataPieValueChanged(PieChart.Data item) |
private void |
PieChart.removeDataItemRef(PieChart.Data item) |
Modifier and Type | Method and Description |
---|---|
B |
PieChartBuilder.data(ObservableList<PieChart.Data> x)
Set the value of the
data property for the instance constructed by this builder. |
void |
PieChart.setData(ObservableList<PieChart.Data> value)
Sets the value of the property data.
|
Constructor and Description |
---|
PieChart(ObservableList<PieChart.Data> data)
Construct a new PieChart with the given data
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to