org.jzy3d.plot3d.primitives.contour
Class ContourLevels
java.lang.Object
  
org.jzy3d.plot3d.primitives.contour.ContourLevels
public class ContourLevels
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ContourLevels
public ContourLevels()
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()