Uses of Class
org.jzy3d.plot3d.primitives.contour.ContourMesh
-
Packages that use ContourMesh Package Description org.jzy3d.contour org.jzy3d.plot3d.primitives.axis -
-
Uses of ContourMesh in org.jzy3d.contour
Methods in org.jzy3d.contour that return ContourMesh Modifier and Type Method Description protected ContourMesh
MapperContourMeshGenerator. computeMesh(IContourColoringPolicy policy, int xRes, int yRes, double[][] contours, float planeAxe)
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. -
Uses of ContourMesh in org.jzy3d.plot3d.primitives.axis
Fields in org.jzy3d.plot3d.primitives.axis declared as ContourMesh Modifier and Type Field Description protected ContourMesh
ContourAxisBox. mesh
Methods in org.jzy3d.plot3d.primitives.axis that return ContourMesh Modifier and Type Method Description ContourMesh
ContourAxisBox. getContourMesh()
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type ContourMesh Modifier and Type Method Description void
ContourAxisBox. drawMesh(IPainter painter, ContourMesh mesh)
void
ContourAxisBox. setContourMesh(ContourMesh contour)
-