Class AxisTickCalculator_Logarithmic

java.lang.Object
org.knowm.xchart.internal.chartpart.AxisTickCalculator_
org.knowm.xchart.internal.chartpart.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
  • Field Details

  • Constructor Details

    • 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 -
  • Method Details