Documentation of 'jas2.plot.DoubleCoordinateTransformation' Java class
DoubleCoordinateTransformation
jas2.plot

Interface DoubleCoordinateTransformation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double convert(double d)
      Returns a pixel value for a given double value.
      double getPlotMax()
      Returns the maximum value on the axis.
      double getPlotMin()
      Returns the minimum value on the axis.
      double unConvert(double i)
      Returns a double value for a given pixel.
    • Method Detail

      • convert

        double convert(double d)
        Returns a pixel value for a given double value.
        Specified by:
        convert in interface Transformation
      • unConvert

        double unConvert(double i)
        Returns a double value for a given pixel.
      • getPlotMin

        double getPlotMin()
        Returns the minimum value on the axis.
      • getPlotMax

        double getPlotMax()
        Returns the maximum value on the axis.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.