Class ValueAxisLogarithmic

java.lang.Object
org.rrd4j.graph.Axis
org.rrd4j.graph.ValueAxisLogarithmic
All Implemented Interfaces:
RrdGraphConstants

class ValueAxisLogarithmic extends Axis
  • Constructor Details

    • ValueAxisLogarithmic

      ValueAxisLogarithmic(RrdGraph rrdGraph)
    • ValueAxisLogarithmic

      ValueAxisLogarithmic(RrdGraph rrdGraph, ImageWorker worker)
  • Method Details

    • draw

      boolean draw()
      Specified by:
      draw in class Axis
    • log10

      static double log10(double v)
      Compute logarithm for the purposes of y-axis.