Class ContourLevels
- java.lang.Object
-
- org.jzy3d.plot3d.primitives.contour.ContourLevels
-
public class ContourLevels extends Object
-
-
Constructor Summary
Constructors Constructor Description ContourLevels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendLevelLine(double level, LineStrip strip)ContourLevelgetContourLevel(double level)Collection<ContourLevel>getContourLevels()protected ContourLevelgetOrInitContourLevel(double level)voidsetLevelLine(double level, LineStrip strip)
-
-
-
Method Detail
-
getContourLevel
public ContourLevel getContourLevel(double level)
-
setLevelLine
public void setLevelLine(double level, LineStrip strip)
-
appendLevelLine
public void appendLevelLine(double level, LineStrip strip)
-
getOrInitContourLevel
protected ContourLevel getOrInitContourLevel(double level)
-
getContourLevels
public Collection<ContourLevel> getContourLevels()
-
-