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