Uses of Interface
org.jzy3d.contour.IContourColoringPolicy

Packages that use IContourColoringPolicy
org.jzy3d.contour   
 

Uses of IContourColoringPolicy in org.jzy3d.contour
 

Classes in org.jzy3d.contour that implement IContourColoringPolicy
 class DefaultContourColoringPolicy
           
 

Methods in org.jzy3d.contour with parameters of type IContourColoringPolicy
 java.awt.image.BufferedImage MapperContourPictureGenerator.getContourImage(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels)
           
 java.awt.image.BufferedImage IContourPictureGenerator.getContourImage(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels)
           
 java.awt.image.BufferedImage MapperContourPictureGenerator.getContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 java.awt.image.BufferedImage IContourPictureGenerator.getContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 ContourMesh MapperContourMeshGenerator.getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels, float planeAxe, boolean writeText)
          Extracts contour lines from the contour dots matrix of contours at user-defined Heigths in sortedLevels
 ContourMesh IContourMeshGenerator.getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels, float planeAxe, boolean writeText)
           
 ContourMesh MapperContourMeshGenerator.getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, int nLevels, float planeAxe, boolean writeText)
          Extracts contour lines from the contour dots matrix of nLevels number of contours.
 ContourMesh IContourMeshGenerator.getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, int nLevels, float planeAxe, boolean writeText)
           
 java.awt.image.BufferedImage MapperContourPictureGenerator.getFilledContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 java.awt.image.BufferedImage IContourPictureGenerator.getFilledContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 java.awt.image.BufferedImage MapperContourPictureGenerator.getHeightMap(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
           
 java.awt.image.BufferedImage IContourPictureGenerator.getHeightMap(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)