Documentation of 'info.monitorenter.gui.chart.axis.AxisInverse' Java class
AxisInverse
info.monitorenter.gui.chart.axis

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.

    See Also:
    Serialized Form
    • Constructor Detail

      • AxisInverse

        public AxisInverse()
        Defcon.

      • AxisInverse

        public AxisInverse(IAxisLabelFormatter formatter,
                           T scalePolicy)
        Constructor that uses the given label formatter for formatting labels.

        Parameters:
        formatter - needed for formatting labels of this axis.
        scalePolicy - controls the ticks/labels and their distance.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.