Documentation of 'org.jplot2d.transform.LogTransform' Java class
LogTransform
org.jplot2d.transform

Class LogTransform

  • All Implemented Interfaces:
    Transform1D


    public class LogTransform
    extends java.lang.Object
    implements Transform1D
    The dest value = k * Math.log10(src value) + a.
    • Constructor Summary

      Constructors 
      Constructor and Description
      LogTransform() 
      LogTransform(double offset, double scale, double d1, double d2) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double convert(double u) 
      • Methods inherited from class java.lang.Object

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

      • LogTransform

        public LogTransform()
      • LogTransform

        public LogTransform(double offset,
                            double scale,
                            double d1,
                            double d2)
        Parameters:
        offset - the offset in LogarithmicNormalTransform
        scale - the scale in LogarithmicNormalTransform
        d1 - the start value in destination
        d2 - the end value in destination
    • Method Detail

      • convert

        public double convert(double u)
        Specified by:
        convert in interface Transform1D

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.