Class AxisInverse<T extends IAxisScalePolicy>

java.lang.Object
info.monitorenter.gui.chart.axis.AAxis<T>
info.monitorenter.gui.chart.axis.AxisInverse<T>
Type Parameters:
T - Subtypes may be more picky which scale policies the accept to disallow incorrect scales: This supports it (see IAxis.setAxisScalePolicy(IAxisScalePolicy)).
All Implemented Interfaces:
IAxis<T>, PropertyChangeListener, Serializable, EventListener

public class AxisInverse<T extends IAxisScalePolicy> extends AAxis<T>
An AAxis with inverse display of values.

Labels and values are starting from the highest value and go down to the lowest one.

Version:
$Revision: 1.20 $
Author:
Andrea Plotegher (initial contribution), Achim Westermann (adaption for core)
See Also: