@FunctionalInterface public interface TickUnitSupplier
computeTickUnit(double) method is
called again with a grater reference unit so that the supplier can calculate next bigger value of the tick unit.
If the computeTickUnit(double) returns value that is smaller than the reference unit, the value will be used
without further checks which may result in tick labels overlapping.
If the computeTickUnit(double) returns value smaller than or equal to zero, IllegalArgumentException will be
thrown at runtime.
| Modifier and Type | Method and Description |
|---|---|
double |
computeTickUnit(double referenceTickUnit)
Should return tick unit that is equal or grater to the given reference tick unit.
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.