org.jzy3d.contour
Interface IContourGenerator

All Known Subinterfaces:
IContourMeshGenerator, IContourPictureGenerator
All Known Implementing Classes:
MapperContourMeshGenerator, MapperContourPictureGenerator

public interface IContourGenerator


Method Summary
 double[][] getContourMatrix(int xRes, int yRes, int nLevels)
           
 

Method Detail

getContourMatrix

double[][] getContourMatrix(int xRes,
                            int yRes,
                            int nLevels)