Documentation of 'sgtplot.LogTransform' Java class
LogTransform
sgtplot

Class LogTransform

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Transform


    public class LogTransform
    extends AxisTransform
    implements java.lang.Cloneable
    Transform class for creation of "log" axes. An example is available demonstrating LogTransform use. --------------------------------------------------------------------------
    NAME : LogTransform.java
    FUNCTION : Performs a logarithm transform on a cartesian axis.
    ORIGIN : GFI INFORMATIQUE
    PROJECT : SONC DPS
    -------------------------------------------------------------------------
    HISTORY
    VERSION : 03/07/2002 LBE
    old version had no fonctionality. It was just written
    for future evolutions. This new version complete the class
    END-HISTORY
    ------------------------------------------------------------------------
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • LogTransform

        public LogTransform()
      • LogTransform

        public LogTransform(double p1,
                            double p2,
                            double u1,
                            double u2)
      • LogTransform

        public LogTransform(double p1,
                            double p2,
                            GeoDate t1,
                            GeoDate t2)
    • Method Detail

      • getTransP

        public double getTransP(double u)
        Description copied from interface: Transform
        Transform from user to physical coordinates.
        Specified by:
        getTransP in interface Transform
        Parameters:
        u - user value
        Returns:
        physical value
      • getTransP

        public double getTransP(GeoDate t)
      • getTransP

        public double getTransP(long t)
      • getTransU

        public double getTransU(double p)
        Description copied from interface: Transform
        Transform from physical to user coordinates.
        Specified by:
        getTransU in interface Transform
        Parameters:
        p - physical value
        Returns:
        user value
      • getTimeTransU

        public GeoDate getTimeTransU(double p)
      • getLongTimeTransU

        public long getLongTimeTransU(double p)
      • setMinValue

        public void setMinValue(int minVal)
      • getMinValue

        public int getMinValue()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.