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 ContourMeshMapperContourMeshGenerator. computeMesh(IContourColoringPolicy policy, int xRes, int yRes, double[][] contours, float planeAxe)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. -
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 ContourMeshContourAxisBox. meshMethods in org.jzy3d.plot3d.primitives.axis that return ContourMesh Modifier and Type Method Description ContourMeshContourAxisBox. getContourMesh()Methods in org.jzy3d.plot3d.primitives.axis with parameters of type ContourMesh Modifier and Type Method Description voidContourAxisBox. drawMesh(IPainter painter, ContourMesh mesh)voidContourAxisBox. setContourMesh(ContourMesh contour)
-