public interface AxisLabelFormatter
| Type | Property and Description |
|---|---|
ObjectProperty<TickUnitSupplier> |
tickUnitSupplier
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
fromString(String string)
Converts the string provided into an object defined by the specific converter.
|
TickUnitSupplier |
getTickUnitSupplier()
Returns the value of the
tickUnitSupplierProperty(). |
void |
setTickUnitSupplier(TickUnitSupplier supplier)
Sets the value of the
tickUnitSupplierProperty(). |
ObjectProperty<TickUnitSupplier> |
tickUnitSupplierProperty()
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
|
String |
toString(Number val)
Converts the object provided into its string form.
|
void |
updateFormatter(List<Double> newMajorTickMarks,
double unitScaling)
Called just before new TickMarks are computed
|
ObjectProperty<TickUnitSupplier> tickUnitSupplierProperty
DefaultTickUnitSupplier.
See TickUnitSupplier for more information about the expected behaviour of the strategy.
Number fromString(String string)
string - the string to be converted back into a numberTickUnitSupplier getTickUnitSupplier()
tickUnitSupplierProperty().void setTickUnitSupplier(TickUnitSupplier supplier)
tickUnitSupplierProperty().supplier - the tick unit supplier. If null, the default one will be usedObjectProperty<TickUnitSupplier> tickUnitSupplierProperty()
DefaultTickUnitSupplier.
See TickUnitSupplier for more information about the expected behaviour of the strategy.
String toString(Number val)
val - the number to be convertedCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.