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 | Class and Description |
---|---|
class |
BubbleChartBuilder<X,Y,B extends BubbleChartBuilder<X,Y,B>>
Deprecated.
This class is deprecated and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
static <X,Y> BubbleChartBuilder<X,Y,?> |
BubbleChartBuilder.create()
Deprecated.
Creates a new instance of BubbleChartBuilder.
|