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 |
NumberAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
Modifier and Type | Field and Description |
---|---|
private ValueAxis |
StackedBarChart.valueAxis |
private ValueAxis |
BarChart.valueAxis |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<ValueAxis,java.lang.Number> |
ValueAxis.StyleableProperties.MINOR_TICK_COUNT |
private static com.sun.javafx.css.StyleableProperty<ValueAxis,java.lang.Number> |
ValueAxis.StyleableProperties.MINOR_TICK_LENGTH |
private static com.sun.javafx.css.StyleableProperty<ValueAxis,java.lang.Boolean> |
ValueAxis.StyleableProperties.MINOR_TICK_VISIBLE |
Modifier and Type | Method and Description |
---|---|
void |
ValueAxisBuilder.applyTo(ValueAxis<T> x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to