| Package | Description |
|---|---|
| de.gsi.chart.axes | |
| de.gsi.chart.axes.spi | |
| de.gsi.chart.axes.spi.format |
| Modifier and Type | Method and Description |
|---|---|
TickUnitSupplier |
AxisLabelFormatter.getTickUnitSupplier()
Returns the value of the
AxisLabelFormatter.tickUnitSupplierProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<TickUnitSupplier> |
AxisLabelFormatter.tickUnitSupplierProperty()
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxisLabelFormatter.setTickUnitSupplier(TickUnitSupplier supplier)
Sets the value of the
AxisLabelFormatter.tickUnitSupplierProperty(). |
| Modifier and Type | Method and Description |
|---|---|
TickUnitSupplier |
LogarithmicAxis.getTickUnitSupplier()
Returns the value of the
LogarithmicAxis.tickUnitSupplierProperty(). |
TickUnitSupplier |
LinearAxis.getTickUnitSupplier()
Returns the value of the
LinearAxis.tickUnitSupplierProperty(). |
TickUnitSupplier |
NumericAxis.getTickUnitSupplier()
Returns the value of the
NumericAxis.tickUnitSupplierProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<TickUnitSupplier> |
LogarithmicAxis.tickUnitSupplierProperty()
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
|
ObjectProperty<TickUnitSupplier> |
LinearAxis.tickUnitSupplierProperty()
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
|
ObjectProperty<TickUnitSupplier> |
NumericAxis.tickUnitSupplierProperty()
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogarithmicAxis.setTickUnitSupplier(TickUnitSupplier supplier)
Sets the value of the
LogarithmicAxis.tickUnitSupplierProperty(). |
void |
LinearAxis.setTickUnitSupplier(TickUnitSupplier supplier)
Sets the value of the
LinearAxis.tickUnitSupplierProperty(). |
void |
NumericAxis.setTickUnitSupplier(TickUnitSupplier supplier)
Sets the value of the
NumericAxis.tickUnitSupplierProperty(). |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTickUnitSupplier
TickUnitSupplier that computes tick units as multiplications of powers of 10.
|
class |
DefaultTimeTickUnitSupplier |
| Modifier and Type | Method and Description |
|---|---|
TickUnitSupplier |
AbstractFormatter.getTickUnitSupplier()
Returns the value of the
AbstractFormatter.tickUnitSupplierProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<TickUnitSupplier> |
AbstractFormatter.tickUnitSupplierProperty()
Strategy to compute major tick unit when auto-range is on or when axis bounds change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFormatter.setTickUnitSupplier(TickUnitSupplier supplier)
Sets the value of the
AbstractFormatter.tickUnitSupplierProperty(). |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.