Documentation of 'org.jzy3d.maths.Mapper' Java class
Mapper
org.jzy3d.maths

Class Mapper


  • Deprecated.

    @Deprecated
    public abstract class Mapper
    extends java.lang.Object
    A Mapper provides an abstract definition of a function that allows getting a Z value according to a pair of (X,Y) coordinates. It moreover provide the service of gathering input and computed output into a Coordinates object, that provides arrays of X,Y, and Z coordinates as float values. Mapper is deprecated. One should use {link net.masagroup.jzy3d.plot3d.builder.Mapper} instead
    • Constructor Summary

      Constructors 
      Constructor and Description
      Mapper()
      Deprecated. 
       
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      Coordinates getCoordinates(double[] xy)
      Deprecated. 
      Return a structure containing X, Y, and Z coordinates as arrays of float.
      Coordinates getCoordinates(double[][] xy)
      Deprecated. 
      Return a structure containing X, Y, and Z coordinates as arrays of float.
      Coordinates getCoordinates(float[] xy)
      Deprecated. 
      Return a structure containing X, Y, and Z coordinates as arrays of float.
      Coordinates getCoordinates(float[][] xy)
      Deprecated. 
      Return a structure containing X, Y, and Z coordinates as arrays of float.
      abstract double getZ(double[] xy)
      Deprecated. 
      Return a Z value according to the implemented function that provides an output according to an (X,Y) coordinates.
      abstract double[] getZ(double[][] xy)
      Deprecated. 
      Return an array of Z values according to the implemented function that provides an output according to an array of (X,Y) coordinates.
      • Methods inherited from class java.lang.Object

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

      • Mapper

        public Mapper()
        Deprecated. 
    • Method Detail

      • getZ

        public abstract double[] getZ(double[][] xy)
        Deprecated. 
        Return an array of Z values according to the implemented function that provides an output according to an array of (X,Y) coordinates.
      • getZ

        public abstract double getZ(double[] xy)
        Deprecated. 
        Return a Z value according to the implemented function that provides an output according to an (X,Y) coordinates.
      • getCoordinates

        public Coordinates getCoordinates(double[][] xy)
        Deprecated. 
        Return a structure containing X, Y, and Z coordinates as arrays of float.
      • getCoordinates

        public Coordinates getCoordinates(float[][] xy)
        Deprecated. 
        Return a structure containing X, Y, and Z coordinates as arrays of float.
      • getCoordinates

        public Coordinates getCoordinates(double[] xy)
        Deprecated. 
        Return a structure containing X, Y, and Z coordinates as arrays of float.
      • getCoordinates

        public Coordinates getCoordinates(float[] xy)
        Deprecated. 
        Return a structure containing X, Y, and Z coordinates as arrays of float.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.