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

Packages that use ContourLevels
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.contour Contour and polygon fill support. 
gov.noaa.pmel.sgt.swing.prop Property dialogs for sgt components using javax.swing
 

Uses of ContourLevels in gov.noaa.pmel.sgt
 

Fields in gov.noaa.pmel.sgt declared as ContourLevels
protected  ContourLevels CLIndexedColorMap.cl_
           
 

Methods in gov.noaa.pmel.sgt that return ContourLevels
 ContourLevels ContourLevels.copy()
          Create a deep copy.
 ContourLevels GridAttribute.getContourLevels()
          Get the ContourLevels.
 ContourLevels ContourLevelsAccess.getContourLevels()
           
 ContourLevels CLTransformColorMap.getContourLevels()
          Get ContourLevels for the color mappings.
 ContourLevels CLIndexedColorMap.getContourLevels()
          Get ContourLevels.
static ContourLevels ContourLevels.getDefault(double[] array)
          Construct a default ContourLevels object from a double[].
static ContourLevels ContourLevels.getDefault(Range2D range)
          Construct a default ContourLevels object from a Range2D.
 

Methods in gov.noaa.pmel.sgt with parameters of type ContourLevels
 void GridAttribute.setContourLevels(ContourLevels clev)
          Set the ContourLevels.
 void ContourLevelsAccess.setContourLevels(ContourLevels contourLevels)
           
 void CLTransformColorMap.setContourLevels(ContourLevels cl)
          Set ContourLevels.
 void CLIndexedColorMap.setContourLevels(ContourLevels cl)
          Set ContourLevels.
 

Constructors in gov.noaa.pmel.sgt with parameters of type ContourLevels
GridAttribute(ContourLevels clev)
          GridAttribute constructor for CONTOUR style.
 

Uses of ContourLevels in gov.noaa.pmel.sgt.contour
 

Methods in gov.noaa.pmel.sgt.contour that return ContourLevels
 ContourLevels Contour.getContourLevels()
          Get a reference to the ContourLevels object.
 

Constructors in gov.noaa.pmel.sgt.contour with parameters of type ContourLevels
Contour(CartesianGraph cg, SGTGrid grid, ContourLevels conLevels)
          Construct a Contour object using a ContourLevels object.
 

Uses of ContourLevels in gov.noaa.pmel.sgt.swing.prop
 

Methods in gov.noaa.pmel.sgt.swing.prop that return ContourLevels
 ContourLevels ContourLevelsDialog.getContourLevels()
          Get the edited ContourLevels.
 

Methods in gov.noaa.pmel.sgt.swing.prop with parameters of type ContourLevels
 int ContourLevelsDialog.showDialog(ContourLevels cl)
          Show the dialog and wait for a response.