Uses of Interface
org.jzy3d.contour.IContourColoringPolicy
-
Packages that use IContourColoringPolicy Package Description org.jzy3d.contour -
-
Uses of IContourColoringPolicy in org.jzy3d.contour
Classes in org.jzy3d.contour that implement IContourColoringPolicy Modifier and Type Class Description classDefaultContourColoringPolicyMethods in org.jzy3d.contour with parameters of type IContourColoringPolicy Modifier and Type Method Description protected BufferedImageMapperContourPictureGenerator. buildImage(int xRes, int yRes, double[][] contours, IContourColoringPolicy policy)protected ContourMeshMapperContourMeshGenerator. computeMesh(IContourColoringPolicy policy, int xRes, int yRes, double[][] contours, float planeAxe)BufferedImageIContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels)BufferedImageIContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)BufferedImageMapperContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels)BufferedImageMapperContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)ContourMeshIContourMeshGenerator. getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels, float planeAxe, boolean writeText)ContourMeshIContourMeshGenerator. getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, int nLevels, float planeAxe, boolean writeText)ContourMeshMapperContourMeshGenerator. 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 sortedLevelsContourMeshMapperContourMeshGenerator. 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.BufferedImageIContourPictureGenerator. getFilledContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)BufferedImageMapperContourPictureGenerator. getFilledContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)BufferedImageIContourPictureGenerator. getHeightMap(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)BufferedImageMapperContourPictureGenerator. getHeightMap(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
-