org.geotoolkit.display.axis
Class LogarithmicNumberGraduation
Object
AbstractGraduation
NumberGraduation
LogarithmicNumberGraduation
- All Implemented Interfaces:
- Serializable, Localized, Graduation
public class LogarithmicNumberGraduation
- extends NumberGraduation
A graduation using numbers on a logarithmic axis.
- Since:
- 2.0
- Version:
- 3.00
- Author:
- Martin Desruisseaux (MPO, IRD)
- See Also:
- Serialized Form
- Module:
| Methods inherited from class NumberGraduation |
equals, getFormat, getMaximum, getMinimum, getSpan, getTickIterator, hashCode, setFormat, setMaximum, setMinimum, setRange, setUnit |
LogarithmicNumberGraduation
public LogarithmicNumberGraduation(Unit<?> unit)
- Contructs a new logarithmic graduation with the supplied units.
- Parameters:
unit - The graduation unit.
Copyright © 2009-2013 Geotoolkit.org. All Rights Reserved.