Uses of Interface
org.jzy3d.contour.IContourColoringPolicy
-
Uses of IContourColoringPolicy in org.jzy3d.contour
Modifier and TypeMethodDescriptionprotected BufferedImage
MapperContourPictureGenerator.buildImage
(int xRes, int yRes, double[][] contours, IContourColoringPolicy policy) protected ContourMesh
MapperContourMeshGenerator.computeMesh
(IContourColoringPolicy policy, int xRes, int yRes, double[][] contours, float planeAxe) IContourPictureGenerator.getContourImage
(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels) IContourPictureGenerator.getContourImage
(IContourColoringPolicy policy, int xRes, int yRes, int nLevels) MapperContourPictureGenerator.getContourImage
(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels) MapperContourPictureGenerator.getContourImage
(IContourColoringPolicy policy, int xRes, int yRes, int nLevels) IContourMeshGenerator.getContourMesh
(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels, float planeAxe, boolean writeText) IContourMeshGenerator.getContourMesh
(IContourColoringPolicy policy, int xRes, int yRes, int nLevels, float planeAxe, boolean writeText) 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 sortedLevelsMapperContourMeshGenerator.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.IContourPictureGenerator.getFilledContourImage
(IContourColoringPolicy policy, int xRes, int yRes, int nLevels) MapperContourPictureGenerator.getFilledContourImage
(IContourColoringPolicy policy, int xRes, int yRes, int nLevels) IContourPictureGenerator.getHeightMap
(IContourColoringPolicy policy, int xRes, int yRes, int nLevels) MapperContourPictureGenerator.getHeightMap
(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)