@Deprecated public abstract class Mapper extends Object
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} insteadConstructor and Description |
---|
Mapper()
Deprecated.
|
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.
|
public abstract double[] getZ(double[][] xy)
public abstract double getZ(double[] xy)
public Coordinates getCoordinates(double[][] xy)
public Coordinates getCoordinates(float[][] xy)
public Coordinates getCoordinates(double[] xy)
public Coordinates getCoordinates(float[] xy)
Copyright © 2016. All rights reserved.