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 | Class and Description |
---|---|
class |
AreaChart<X,Y>
AreaChart - Plots the area between the line that connects the data points and
the 0 line on the Y axis.
|
class |
BarChart<X,Y>
A chart that plots bars indicating data values for a category.
|
class |
BubbleChart<X,Y>
Chart type that plots bubbles for the data points in a series.
|
class |
LineChart<X,Y>
Line Chart plots a line connecting the data points in a series.
|
class |
PieChart
Displays a PieChart.
|
class |
ScatterChart<X,Y>
Chart type that plots symbols for the data points in a series.
|
class |
StackedAreaChart<X,Y>
StackedAreaChart is a variation of
AreaChart that displays trends of the
contribution of each value. |
class |
StackedBarChart<X,Y>
StackedBarChart is a variation of
BarChart that plots bars indicating
data values for a category. |
class |
XYChart<X,Y>
Chart base class for all 2 axis charts.
|
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Chart,Side> |
Chart.StyleableProperties.LEGEND_SIDE |
private static com.sun.javafx.css.StyleableProperty<Chart,java.lang.Boolean> |
Chart.StyleableProperties.LEGEND_VISIBLE |
private static com.sun.javafx.css.StyleableProperty<Chart,Side> |
Chart.StyleableProperties.TITLE_SIDE |
Modifier and Type | Method and Description |
---|---|
void |
ChartBuilder.applyTo(Chart x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to