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 class
DefaultContourColoringPolicy
Methods in org.jzy3d.contour with parameters of type IContourColoringPolicy Modifier and Type Method Description protected 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)
BufferedImage
IContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels)
BufferedImage
IContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
BufferedImage
MapperContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels)
BufferedImage
MapperContourPictureGenerator. getContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
ContourMesh
IContourMeshGenerator. getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, double[] sortedLevels, float planeAxe, boolean writeText)
ContourMesh
IContourMeshGenerator. getContourMesh(IContourColoringPolicy policy, int xRes, int yRes, int nLevels, float planeAxe, boolean writeText)
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 sortedLevelsContourMesh
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.BufferedImage
IContourPictureGenerator. getFilledContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
BufferedImage
MapperContourPictureGenerator. getFilledContourImage(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
BufferedImage
IContourPictureGenerator. getHeightMap(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
BufferedImage
MapperContourPictureGenerator. getHeightMap(IContourColoringPolicy policy, int xRes, int yRes, int nLevels)
-