|
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.
|
| javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NumberAxis.DefaultFormatter
Default number formatter for NumberAxis, this stays in sync with auto-ranging and formats values appropriately.
|
| Modifier and Type | Field and Description |
|---|---|
private StringConverter<T> |
ValueAxisBuilder.tickLabelFormatter |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<StringConverter<T>> |
ValueAxis.tickLabelFormatter
StringConverter used to format tick mark labels.
|
| Modifier and Type | Method and Description |
|---|---|
StringConverter<T> |
ValueAxis.getTickLabelFormatter()
StringConverter used to format tick mark labels.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<StringConverter<T>> |
ValueAxis.tickLabelFormatterProperty()
StringConverter used to format tick mark labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValueAxis.setTickLabelFormatter(StringConverter<T> value)
StringConverter used to format tick mark labels.
|
B |
ValueAxisBuilder.tickLabelFormatter(StringConverter<T> x)
Set the value of the
tickLabelFormatter property for the instance constructed by this builder. |
| Modifier and Type | Field and Description |
|---|---|
private StringConverter<java.lang.Double> |
SliderBuilder.labelFormatter |
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<StringConverter<java.lang.Double>> |
Slider.labelFormatter
A function for formatting the label for a major tick.
|
| Modifier and Type | Method and Description |
|---|---|
StringConverter<java.lang.Double> |
Slider.getLabelFormatter()
A function for formatting the label for a major tick.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<StringConverter<java.lang.Double>> |
Slider.labelFormatterProperty()
A function for formatting the label for a major tick.
|
| Modifier and Type | Method and Description |
|---|---|
B |
SliderBuilder.labelFormatter(StringConverter<java.lang.Double> x)
Set the value of the
labelFormatter property for the instance constructed by this builder. |
void |
Slider.setLabelFormatter(StringConverter<java.lang.Double> value)
A function for formatting the label for a major tick.
|
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .