Uses of Class
gov.noaa.pmel.sgt.ContourLevelNotFoundException

Packages that use ContourLevelNotFoundException
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
 

Uses of ContourLevelNotFoundException in gov.noaa.pmel.sgt
 

Methods in gov.noaa.pmel.sgt that throw ContourLevelNotFoundException
 ContourLineAttribute ContourLevels.getContourLineAttribute(double val)
          Get the ContourLineAttribute for a value.
 ContourLineAttribute ContourLevels.getContourLineAttribute(int indx)
          Get the ContourLineAttribute for an index.
 DefaultContourLineAttribute ContourLevels.getDefaultContourLineAttribute(double val)
          Get the DefaultContourLineAttribute for value.
 DefaultContourLineAttribute ContourLevels.getDefaultContourLineAttribute(int indx)
          Get the DefaultContourLineAttribute for index.
 double ContourLevels.getLevel(int indx)
          Get the value of level by index.
 void ContourLevels.removeLevel(double val)
          Remove a level by value.
 void ContourLevels.removeLevel(int indx)
          Remove a level by index.
 void ContourLevels.setContourLineAttribute(double val, ContourLineAttribute l)
          Set a the ContourLineAttribute for a value.
 void ContourLevels.setContourLineAttribute(int indx, ContourLineAttribute l)
          Set a the ContourLineAttribute for an index.