org.geotools.axis
Class LogarithmicNumberGraduation

java.lang.Object
  extended byorg.geotools.axis.AbstractGraduation
      extended byorg.geotools.axis.NumberGraduation
          extended byorg.geotools.axis.LogarithmicNumberGraduation
All Implemented Interfaces:
Graduation, java.io.Serializable

public class LogarithmicNumberGraduation
extends NumberGraduation

A graduation using numbers on a logarithmic axis.

Since:
2.0
Version:
$Id: LogarithmicNumberGraduation.java 17672 2006-01-19 00:25:55Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Serialized Form

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

Constructor Detail

LogarithmicNumberGraduation

public LogarithmicNumberGraduation(javax.units.Unit unit)
Contructs a new logarithmic graduation with the supplied units.



Copyright © GeoTools. All Rights Reserved.