| Package | Description |
|---|---|
| javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
| Class and Description |
|---|
| AreaChart
AreaChart - Plots the area between the line that connects the data points and
the 0 line on the Y axis.
|
| AreaChartBuilder
Builder class for javafx.scene.chart.AreaChart
|
| Axis
Base class for all axes in JavaFX that represents an axis drawn on a chart area.
|
| Axis.TickMark
TickMark represents the label text, its associated properties for each tick
along the Axis.
|
| AxisBuilder
Builder class for javafx.scene.chart.Axis
|
| BarChart
A chart that plots bars indicating data values for a category.
|
| BarChartBuilder
Builder class for javafx.scene.chart.BarChart
|
| BubbleChart
Chart type that plots bubbles for the data points in a series.
|
| BubbleChartBuilder
Builder class for javafx.scene.chart.BubbleChart
|
| CategoryAxis
A axis implementation that will works on string categories where each
value as a unique category(tick mark) along the axis.
|
| CategoryAxisBuilder
Builder class for javafx.scene.chart.CategoryAxis
|
| Chart
Base class for all charts.
|
| ChartBuilder
Builder class for javafx.scene.chart.Chart
|
| LineChart
Line Chart plots a line connecting the data points in a series.
|
| LineChartBuilder
Builder class for javafx.scene.chart.LineChart
|
| NumberAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
| NumberAxis.DefaultFormatter
Default number formatter for NumberAxis, this stays in sync with auto-ranging and formats values appropriately.
|
| NumberAxisBuilder
Builder class for javafx.scene.chart.NumberAxis
|
| PieChart
Displays a PieChart.
|
| PieChart.Data
PieChart Data Item, represents one slice in the PieChart
|
| PieChart.LabelLayoutInfo |
| PieChartBuilder
Builder class for javafx.scene.chart.PieChart
|
| ScatterChart
Chart type that plots symbols for the data points in a series.
|
| ScatterChartBuilder
Builder class for javafx.scene.chart.ScatterChart
|
| StackedAreaChart
StackedAreaChart is a variation of
AreaChart that displays trends of the
contribution of each value. |
| StackedAreaChart.DataPointInfo |
| StackedAreaChart.PartOf |
| StackedAreaChartBuilder
Builder class for javafx.scene.chart.StackedAreaChart
|
| StackedBarChart
StackedBarChart is a variation of
BarChart that plots bars indicating
data values for a category. |
| StackedBarChartBuilder
Builder class for javafx.scene.chart.StackedBarChart
|
| ValueAxis
A axis who's data is defined as Numbers.
|
| ValueAxisBuilder
Builder class for javafx.scene.chart.ValueAxis
|
| XYChart
Chart base class for all 2 axis charts.
|
| XYChart.Data
A single data item with data for 2 axis charts
|
| XYChart.Series
A named series of data items
|
| XYChartBuilder
Builder class for javafx.scene.chart.XYChart
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.