Package cz.fidentis.analyst.gui.elements.histogram.components.chart.axes
package cz.fidentis.analyst.gui.elements.histogram.components.chart.axes
Package for classes representing chart axes.
Namely
and
invalid reference
cz.fidentis.analyst.gui.elements.histogram.components.chart.axes.ChartHorizontalAxis
.
However, the package provides interface invalid reference
cz.fidentis.analyst.gui.elements.histogram.components.chart.axes.ChartVerticalAxis
Axis
and abstract class DirectionlessAxis
,
which can be used for creating custom axes.
For more details on each one, see the relevant documentation.
-
ClassDescriptionInterface for classes representing chart axes.Abstract class that implements common functionality for chart axes.
HorizontalAxis
defines aDirectionlessAxis.transform(Graphics2D, double, int, int)
for drawing labels along the horizontal axis.invalid reference
ChartHorizontalAxis
DirectionlessAxis.transform(Graphics2D, double, int, int)
for drawing labels along the vertical axis.