org.geotools.axis
Class LogarithmicNumberGraduation

Object
  extended by AbstractGraduation
      extended by NumberGraduation
          extended by 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:

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, getRange, getTickIterator, hashCode, setMaximum, setMinimum, setRange, setUnit
 
Methods inherited from class AbstractGraduation
addPropertyChangeListener, getLocale, getTitle, getUnit, removePropertyChangeListener, setLocale, setTitle
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, 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 © 1996-2009 Geotools. All Rights Reserved.