Class ContourMesh
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.contour.ContourMesh
-
public class ContourMesh extends Object
-
-
Constructor Summary
Constructors Constructor Description ContourMesh()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
getLabels()
String
getLevelLabel(double level)
Set<Double>
getLevels()
void
setLevelLabel(double level, String label)
-
-
-
Field Detail
-
lines
public ContourLevels lines
-
-