Uses of Class
ucar.visad.display.ColorScaleInfo
Packages that use ColorScaleInfo
Package
Description
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
Provides support for hiding some of the complexity of the VisAD package.
-
Uses of ColorScaleInfo in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as ColorScaleInfoModifier and TypeFieldDescriptionprotected ColorScaleInfo
DisplayControlImpl.colorScaleInfo
Holds the color scale informationMethods in ucar.unidata.idv.control that return ColorScaleInfoModifier and TypeMethodDescriptionDisplayControlImpl.getColorScaleInfo()
Get the contour information for any contoursGridTrajectoryControl.getColorScaleInfo()
Get the contour information for any contoursGridTrajectoryControlNew.getColorScaleInfo()
Get the contour information for any contoursprotected ColorScaleInfo
DisplayControlImpl.getDefaultColorScaleInfo()
Get the default color scale infoColorScaleDialog.getInfo()
Get the infoMethods in ucar.unidata.idv.control with parameters of type ColorScaleInfoModifier and TypeMethodDescriptionvoid
DisplayControlImpl.setColorScaleInfo
(ColorScaleInfo newInfo) Set the color scale parameters for any color scalevoid
GridTrajectoryControl.setColorScaleInfo
(ColorScaleInfo newInfo) Get the range to use to apply to displayablesvoid
GridTrajectoryControlNew.setColorScaleInfo
(ColorScaleInfo newInfo) Get the range to use to apply to displayablesvoid
DisplayControlImpl.setSharedColorScaleInfo
(ColorScaleInfo newInfo) Set the shared color scale infoConstructors in ucar.unidata.idv.control with parameters of type ColorScaleInfoModifierConstructorDescriptionColorScaleDialog
(DisplayControlImpl displayControl, String title, ColorScaleInfo info, boolean showDialog) Construct the widget. -
Uses of ColorScaleInfo in ucar.visad.display
Methods in ucar.visad.display with parameters of type ColorScaleInfoModifier and TypeMethodDescriptionvoid
ColorScale.setColorScaleInfo
(ColorScaleInfo info) Set the parameters for this scaleConstructors in ucar.visad.display with parameters of type ColorScaleInfoModifierConstructorDescriptionColorScale
(ColorScaleInfo info) Construct a newColorScale
from the ColorScaleInfoColorScaleInfo
(ColorScaleInfo that) Create a color scale information object from another