org.geotoolkit.display.axis
Class LogarithmicNumberGraduation

Object
  extended by AbstractGraduation
      extended by NumberGraduation
          extended by 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:
display/geotk-display (download)    View source code for this class

Field Summary
 
Fields inherited from class AbstractGraduation
listenerList
 
Fields inherited from interface Graduation
AXIS_TITLE_FONT, TICK_LABEL_FONT, VISUAL_AXIS_LENGTH, VISUAL_TICK_SPACING
 
Constructor Summary
LogarithmicNumberGraduation(Unit<?> unit)
          Contructs a new logarithmic graduation with the supplied units.
 
Method Summary
 
Methods inherited from class NumberGraduation
equals, getFormat, getMaximum, getMinimum, getSpan, getTickIterator, hashCode, setFormat, setMaximum, setMinimum, setRange, setUnit
 
Methods inherited from class AbstractGraduation
addPropertyChangeListener, getLocale, getTitle, getUnit, removePropertyChangeListener, setLocale, setTitle, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.