org.jzy3d.contour
Interface IContourPictureGenerator

All Superinterfaces:
IContourGenerator
All Known Implementing Classes:
MapperContourPictureGenerator

public interface IContourPictureGenerator
extends IContourGenerator


Method Summary
 BufferedImage getContourImage(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels)
           
 BufferedImage getContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 BufferedImage getFilledContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 BufferedImage getHeightMap(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 
Methods inherited from interface org.jzy3d.contour.IContourGenerator
getContourMatrix
 

Method Detail

getContourImage

BufferedImage getContourImage(IContourColoringPolicy policy,
                              int xRes,
                              int yRes,
                              int nLevels)

getContourImage

BufferedImage getContourImage(IContourColoringPolicy policy,
                              int xRes,
                              int yRes,
                              double[] sortedLevels)

getFilledContourImage

BufferedImage getFilledContourImage(IContourColoringPolicy policy,
                                    int xRes,
                                    int yRes,
                                    int nLevels)

getHeightMap

BufferedImage getHeightMap(IContourColoringPolicy policy,
                           int xRes,
                           int yRes,
                           int nLevels)