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 |
CategoryAxis
A axis implementation that will works on string categories where each
value as a unique category(tick mark) along the axis.
|
class |
NumberAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
class |
ValueAxis<T extends java.lang.Number>
A axis who's data is defined as Numbers.
|
Modifier and Type | Field and Description |
---|---|
private Axis<X> |
XYChart.xAxis |
private Axis<X> |
XYChartBuilder.XAxis |
private Axis<X> |
StackedBarChartBuilder.XAxis |
private Axis<X> |
StackedAreaChartBuilder.XAxis |
private Axis<X> |
ScatterChartBuilder.XAxis |
private Axis<X> |
LineChartBuilder.XAxis |
private Axis<X> |
BubbleChartBuilder.XAxis |
private Axis<X> |
BarChartBuilder.XAxis |
private Axis<X> |
AreaChartBuilder.XAxis |
private Axis<Y> |
XYChart.yAxis |
private Axis<Y> |
XYChartBuilder.YAxis |
private Axis<Y> |
StackedBarChartBuilder.YAxis |
private Axis<Y> |
StackedAreaChartBuilder.YAxis |
private Axis<Y> |
ScatterChartBuilder.YAxis |
private Axis<Y> |
LineChartBuilder.YAxis |
private Axis<Y> |
BubbleChartBuilder.YAxis |
private Axis<Y> |
BarChartBuilder.YAxis |
private Axis<Y> |
AreaChartBuilder.YAxis |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Axis,Side> |
Axis.StyleableProperties.SIDE |
private static com.sun.javafx.css.StyleableProperty<Axis,Paint> |
Axis.StyleableProperties.TICK_LABEL_FILL |
private static com.sun.javafx.css.StyleableProperty<Axis,Font> |
Axis.StyleableProperties.TICK_LABEL_FONT |
private static com.sun.javafx.css.StyleableProperty<Axis,java.lang.Number> |
Axis.StyleableProperties.TICK_LABEL_TICK_GAP |
private static com.sun.javafx.css.StyleableProperty<Axis,java.lang.Boolean> |
Axis.StyleableProperties.TICK_LABELS_VISIBLE |
private static com.sun.javafx.css.StyleableProperty<Axis,java.lang.Number> |
Axis.StyleableProperties.TICK_LENGTH |
private static com.sun.javafx.css.StyleableProperty<Axis,java.lang.Boolean> |
Axis.StyleableProperties.TICK_MARK_VISIBLE |
Modifier and Type | Method and Description |
---|---|
Axis<X> |
XYChart.getXAxis()
Get the X axis, by default it is along the bottom of the plot
|
Axis<Y> |
XYChart.getYAxis()
Get the Y axis, by default it is along the left of the plot
|
Modifier and Type | Method and Description |
---|---|
void |
AxisBuilder.applyTo(Axis<T> x) |
B |
XYChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
StackedBarChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
StackedAreaChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
ScatterChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
LineChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
BubbleChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
BarChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
AreaChartBuilder.XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
XYChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
B |
StackedBarChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
B |
StackedAreaChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
B |
ScatterChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
B |
LineChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
B |
BubbleChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
B |
BarChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
B |
AreaChartBuilder.YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
Constructor and Description |
---|
AreaChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new Area Chart with the given axis
|
AreaChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new Area Chart with the given axis
|
AreaChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new Area Chart with the given axis and data
|
AreaChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new Area Chart with the given axis and data
|
BarChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new BarChart with the given axis.
|
BarChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new BarChart with the given axis.
|
BarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new BarChart with the given axis and data.
|
BarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new BarChart with the given axis and data.
|
BarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data,
double categoryGap)
Construct a new BarChart with the given axis and data.
|
BarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data,
double categoryGap)
Construct a new BarChart with the given axis and data.
|
BubbleChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new BubbleChart with the given axis.
|
BubbleChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new BubbleChart with the given axis.
|
BubbleChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new BubbleChart with the given axis and data.
|
BubbleChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new BubbleChart with the given axis and data.
|
LineChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new LineChart with the given axis.
|
LineChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new LineChart with the given axis.
|
LineChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new LineChart with the given axis and data.
|
LineChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new LineChart with the given axis and data.
|
ScatterChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new ScatterChart with the given axis and data.
|
ScatterChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new ScatterChart with the given axis and data.
|
ScatterChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new ScatterChart with the given axis and data.
|
ScatterChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new ScatterChart with the given axis and data.
|
StackedAreaChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new Area Chart with the given axis
|
StackedAreaChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new Area Chart with the given axis
|
StackedAreaChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new Area Chart with the given axis and data
|
StackedAreaChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new Area Chart with the given axis and data
|
StackedBarChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new StackedBarChart with the given axis.
|
StackedBarChart(Axis<X> xAxis,
Axis<Y> yAxis)
Construct a new StackedBarChart with the given axis.
|
StackedBarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new StackedBarChart with the given axis and data.
|
StackedBarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data)
Construct a new StackedBarChart with the given axis and data.
|
StackedBarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data,
double categoryGap)
Construct a new StackedBarChart with the given axis and data.
|
StackedBarChart(Axis<X> xAxis,
Axis<Y> yAxis,
ObservableList<XYChart.Series<X,Y>> data,
double categoryGap)
Construct a new StackedBarChart with the given axis and data.
|
XYChart(Axis<X> xAxis,
Axis<Y> yAxis)
Constructs a XYChart given the two axes.
|
XYChart(Axis<X> xAxis,
Axis<Y> yAxis)
Constructs a XYChart given the two axes.
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to