Class AxisInverse<T extends IAxisScalePolicy>

  • 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>, java.beans.PropertyChangeListener, java.io.Serializable, java.util.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:
    Serialized Form