Class AxisTickCalculator_Logarithmic

  • All Implemented Interfaces:
    AxisTickCalculator

    class AxisTickCalculator_Logarithmic
    extends AxisTickCalculator_
    This class encapsulates the logic to generate the axis tick mark and axis tick label data for rendering the axis ticks for logarithmic axes
    • Constructor Detail

      • AxisTickCalculator_Logarithmic

        public AxisTickCalculator_Logarithmic​(Axis.Direction axisDirection,
                                              double workingSpace,
                                              double minValue,
                                              double maxValue,
                                              AxesChartStyler styler)
        Constructor
        Parameters:
        axisDirection -
        workingSpace -
        minValue -
        maxValue -
        styler -
      • AxisTickCalculator_Logarithmic

        public AxisTickCalculator_Logarithmic​(Axis.Direction axisDirection,
                                              double workingSpace,
                                              double minValue,
                                              double maxValue,
                                              AxesChartStyler styler,
                                              int yIndex)
        Constructor
        Parameters:
        axisDirection -
        workingSpace -
        minValue -
        maxValue -
        styler -
        yIndex -