Package de.erichseifert.gral.plots.axes

Classes for managing and drawing axes in plots.

See:
          Description

Interface Summary
AxisListener Interface that provides a function to listen for changes in axes.
AxisRenderer Interface for generic renderers of axes.
 

Class Summary
AbstractAxisRenderer2D Abstract class that provides function for rendering axes in two-dimensional space.
Axis Class that represents an arbitrary axis.
LinearRenderer2D Class that renders axes with a linear scale in two dimensional space.
LogarithmicRenderer2D Class that renders axes with a logarithmic scale in two dimensional space.
Tick Class for storing the tick mark of an axis.
 

Enum Summary
Tick.TickType Type of tick mark.
 

Package de.erichseifert.gral.plots.axes Description

Classes for managing and drawing axes in plots.



Copyright © 2009-2010. All Rights Reserved.