Uses of Class
ucar.visad.display.ContourLevels

Packages that use ContourLevels
ucar.unidata.view.sounding Provides support for aerological diagrams. 
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of ContourLevels in ucar.unidata.view.sounding
 

Methods in ucar.unidata.view.sounding with parameters of type ContourLevels
protected  void AerologicalDisplay.PressureAxisLabels.set(AerologicalCoordinateSystem coordinateSystem, Real xValue, ContourLevels contourLevels, Real temperature, double separation)
          Sets the labels.
protected  void AerologicalDisplay.TemperatureAxisLabels.set(AerologicalCoordinateSystem coordinateSystem, Real yValue, ContourLevels contourLevels, Real pressure, double separation)
          Sets the labels.
 

Constructors in ucar.unidata.view.sounding with parameters of type ContourLevels
AerologicalDisplay.LeftPressureAxisLabels(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels)
          Constructs from a coordinate system transformation and the pressure levels.
AerologicalDisplay.LowerTemperatureAxisLabels(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels)
          Constructs.
AerologicalDisplay.RightPressureAxisLabels(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels)
          Constructs from a coordinate system transformation and the pressure levels.
AerologicalDisplay.UpperTemperatureAxisLabels(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels)
          Constructs.
BackgroundContours(String name, ContourLevels initialContours, RealType rangeType)
          Constructs from a name for the displayable, the contour levels, and the type of the contoured quantity.
Isobars(AerologicalCoordinateSystem coordinateSystem, ContourLevels contours)
          Constructs from a (p,T) <-> (x,y) coordinate system transformation and a set of contour levels.
Isotherms(AerologicalCoordinateSystem coordinateSystem, ContourLevels contours)
          Constructs from a (p,T) <-> (x,y) coordinate system transformation and a set of contour levels.
 

Uses of ContourLevels in ucar.visad.display
 

Subclasses of ContourLevels in ucar.visad.display
 class IrregularContourLevels
          Provides support for irregular contours, which are characterized by an explicit set of contour levels.
 class RegularContourLevels
          Provides support for regular contours, which are characterized by a constant contour interval.
 

Methods in ucar.visad.display that return ContourLevels
 ContourLevels ContourScalarMap.getContourLevels()
          Returns the contour levels.
 ContourLevels ContourLines.getContourLevels()
          Returns the contour levels.
 

Methods in ucar.visad.display with parameters of type ContourLevels
 void ContourScalarMap.setContourLevels(ContourLevels contourLevels)
          Sets the contour values.
 void ContourLines.setContourLevels(ContourLevels contourLevels)
          Sets the contour values.