Class VerticalAxesAdjuster

  • All Implemented Interfaces:
    IAxisAdjuster

    public class VerticalAxesAdjuster
    extends java.lang.Object
    implements IAxisAdjuster
    The class is used to adjust vertical axes's location and scale.
    Since:
    2.5
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void adjust()
      Adjust axis(axes) scale and location.
      void adjust​(boolean checkAxisLabel)
      Adjusts the axes.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerticalAxesAdjuster

        public VerticalAxesAdjuster​(OneAxis[] verticalAxes,
                                    OneAxis horizontalAxis,
                                    PlotWithAxes plotWithAxes,
                                    Bounds boPlot)
        Constructor.
        Parameters:
        verticalAxes -
        horizontalAxis -
        plotWithAxes -
        boPlot -
    • Method Detail

      • adjust

        public void adjust​(boolean checkAxisLabel)
                    throws ChartException
        Adjusts the axes.
        Parameters:
        checkAxisLabel - whether the axis label should be considered as a factor while computing coordinates and size of axis.
        Throws:
        ChartException