org.jzy3d.plot3d.primitives.contour
Class ContourMesh

java.lang.Object
  extended by org.jzy3d.plot3d.primitives.contour.ContourMesh

public class ContourMesh
extends Object


Field Summary
protected  Map<Double,String> labels
           
 ContourLevels lines
           
 
Constructor Summary
ContourMesh()
           
 
Method Summary
 Collection<String> getLabels()
           
 String getLevelLabel(double level)
           
 Set<Double> getLevels()
           
 void setLevelLabel(double level, String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lines

public ContourLevels lines

labels

protected Map<Double,String> labels
Constructor Detail

ContourMesh

public ContourMesh()
Method Detail

getLevelLabel

public String getLevelLabel(double level)

setLevelLabel

public void setLevelLabel(double level,
                          String label)

getLevels

public Set<Double> getLevels()

getLabels

public Collection<String> getLabels()