Uses of Class
ucar.visad.display.ContourLevels
Packages that use ContourLevels
Package
Description
Provides support for aerological diagrams.
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 ContourLevelsModifier and TypeMethodDescriptionprotected void
AerologicalDisplay.PressureAxisLabels.set
(AerologicalCoordinateSystem coordinateSystem, Real xValue, ContourLevels contourLevels, Real temperature, double separation) Sets the labels.protected final 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 ContourLevelsModifierConstructorDescriptionprotected
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) invalid input: '<'-> (x,y) coordinate system transformation and a set of contour levels.Isotherms
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contours) Constructs from a (p,T) invalid input: '<'-> (x,y) coordinate system transformation and a set of contour levels.LeftPressureAxisLabels
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels) Constructs from a coordinate system transformation and the pressure levels.LowerTemperatureAxisLabels
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels) Constructs.RightPressureAxisLabels
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels) Constructs from a coordinate system transformation and the pressure levels.UpperTemperatureAxisLabels
(AerologicalCoordinateSystem coordinateSystem, ContourLevels contourLevels) Constructs. -
Uses of ContourLevels in ucar.visad.display
Subclasses of ContourLevels in ucar.visad.displayModifier and TypeClassDescriptionfinal class
Provides support for irregular contours, which are characterized by an explicit set of contour levels.final class
Provides support for regular contours, which are characterized by a constant contour interval.Methods in ucar.visad.display that return ContourLevelsModifier and TypeMethodDescriptionfinal ContourLevels
ContourLines.getContourLevels()
Returns the contour levels.final ContourLevels
ContourScalarMap.getContourLevels()
Returns the contour levels.Methods in ucar.visad.display with parameters of type ContourLevelsModifier and TypeMethodDescriptionfinal void
ContourLines.setContourLevels
(ContourLevels contourLevels) Sets the contour values.final void
ContourScalarMap.setContourLevels
(ContourLevels contourLevels) Sets the contour values.