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 | Method and Description |
---|---|
NumberAxis |
NumberAxisBuilder.build()
Deprecated.
Make an instance of
NumberAxis based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
NumberAxisBuilder.applyTo(NumberAxis x)
Deprecated.
|
Constructor and Description |
---|
DefaultFormatter(NumberAxis axis)
Construct a DefaultFormatter for the given NumberAxis
|
DefaultFormatter(NumberAxis axis,
String prefix,
String suffix)
Construct a DefaultFormatter for the given NumberAxis with a prefix and/or suffix.
|
Copyright © 2020. All rights reserved.