Documentation of 'kcl.waterloo.graphics.transforms.LogPolarTransform' Java class
LogPolarTransform
kcl.waterloo.graphics.transforms

Class LogPolarTransform

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.ArrayList getAxisTickPositions(java.lang.Object o, double start, double stop, double inc) 
      double[][] getData(double[] x, double[] y) 
      double[] getData(double x, double y) 
      double[][] getInverse(double[] theta, double[] rho) 
      double[] getInverse(double theta, double rho) 
      java.util.ArrayList getMinorGridPositions(java.lang.Object o, double start, double stop, double inc, int n) 
      java.lang.String getName() 
      double getRho(double x, double y) 
      double getTheta(double x, double y) 
      java.lang.Object getTickLabel(double val) 
      double getX(double theta, double rho) 
      double getY(double theta, double rho) 
      • Methods inherited from class java.lang.Object

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

      • LogPolarTransform

        public LogPolarTransform()
    • Method Detail

      • getName

        public java.lang.String getName()
      • getRho

        public double getRho(double x,
                             double y)
      • getTheta

        public double getTheta(double x,
                               double y)
      • getData

        public double[] getData(double x,
                                double y)
      • getData

        public double[][] getData(double[] x,
                                  double[] y)
      • getX

        public double getX(double theta,
                           double rho)
      • getY

        public double getY(double theta,
                           double rho)
      • getInverse

        public double[] getInverse(double theta,
                                   double rho)
      • getInverse

        public double[][] getInverse(double[] theta,
                                     double[] rho)
      • getTickLabel

        public java.lang.Object getTickLabel(double val)
      • getAxisTickPositions

        public java.util.ArrayList getAxisTickPositions(java.lang.Object o,
                                                        double start,
                                                        double stop,
                                                        double inc)
      • getMinorGridPositions

        public java.util.ArrayList getMinorGridPositions(java.lang.Object o,
                                                         double start,
                                                         double stop,
                                                         double inc,
                                                         int n)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.