Uses of Interface
org.jzy3d.contour.IContourColoringPolicy
Packages that use IContourColoringPolicy
-
Uses of IContourColoringPolicy in org.jzy3d.contour
Classes in org.jzy3d.contour that implement IContourColoringPolicyMethods in org.jzy3d.contour with parameters of type IContourColoringPolicyModifier and TypeMethodDescriptionprotected BufferedImageMapperContourPictureGenerator.buildImage(int xRes, int yRes, double[][] contours, IContourColoringPolicy policy) protected ContourMeshMapperContourMeshGenerator.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)