Package | Description |
---|---|
ucar.unidata.idv.control |
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
|
ucar.visad.display |
Provides support for hiding some of the complexity of the VisAD package.
|
Modifier and Type | Field and Description |
---|---|
protected ColorScaleInfo |
DisplayControlImpl.colorScaleInfo
Holds the color scale information
|
Modifier and Type | Method and Description |
---|---|
ColorScaleInfo |
DisplayControlImpl.getColorScaleInfo()
Get the contour information for any contours
|
ColorScaleInfo |
GridTrajectoryControl.getColorScaleInfo()
Get the contour information for any contours
|
ColorScaleInfo |
GridTrajectoryControlNew.getColorScaleInfo()
Get the contour information for any contours
|
protected ColorScaleInfo |
DisplayControlImpl.getDefaultColorScaleInfo()
Get the default color scale info
|
ColorScaleInfo |
ColorScaleDialog.getInfo()
Get the info
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayControlImpl.setColorScaleInfo(ColorScaleInfo newInfo)
Set the color scale parameters for any color scale
|
void |
GridTrajectoryControl.setColorScaleInfo(ColorScaleInfo newInfo)
Get the range to use to apply to displayables
|
void |
GridTrajectoryControlNew.setColorScaleInfo(ColorScaleInfo newInfo)
Get the range to use to apply to displayables
|
void |
DisplayControlImpl.setSharedColorScaleInfo(ColorScaleInfo newInfo)
Set the shared color scale info
|
Constructor and Description |
---|
ColorScaleDialog(DisplayControlImpl displayControl,
java.lang.String title,
ColorScaleInfo info,
boolean showDialog)
Construct the widget.
|
Modifier and Type | Method and Description |
---|---|
void |
ColorScale.setColorScaleInfo(ColorScaleInfo info)
Set the parameters for this scale
|
Constructor and Description |
---|
ColorScale(ColorScaleInfo info)
Construct a new
ColorScale from the ColorScaleInfo |
ColorScaleInfo(ColorScaleInfo that)
Create a color scale information object from another
|