Package | Description |
---|---|
ucar.unidata.data.radar |
DataSource classes and utilities for radar data.
|
ucar.unidata.idv.chooser |
Choosers for the IDV.
|
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.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
DqcRadarDatasetCollection.DatasetURIInfo
Class DatasetURIInfo _more_
|
class |
DqcRadarDatasetCollection.InvDatasetInfo
Class InvDatasetInfo _more_
|
class |
TDSRadarDatasetCollection.DatasetURIInfo
Class DatasetURIInfo _more_
|
class |
TDSRadarDatasetCollection.InvDatasetInfo
Class to hold an InvDataset and a Date
|
Modifier and Type | Class and Description |
---|---|
class |
IdvRadarDatasetCollection.DatasetURIInfo
The Class DatasetURIInfo.
|
class |
IdvRadarDatasetCollection.InvDatasetInfo
Class to hold an InvDataset and a Date
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<DatedThing> |
TimesChooser.makeDatedObjects(java.util.List items)
Utility to wrap the given items as DatedThings
|
Modifier and Type | Class and Description |
---|---|
static class |
AnimationTextControl.DatedText
Class DatedText Holds text and a date
|
Modifier and Type | Method and Description |
---|---|
protected DatedThing |
Timeline.findClosest(java.awt.Point p)
find closest thing
|
protected DatedThing |
Timeline.findClosest(java.awt.Point p,
int minimumDistance)
find closest thing
|
DatedThing |
Timeline.getHighlightedDate() |
Modifier and Type | Method and Description |
---|---|
void |
Timeline.setHighlightedDate(DatedThing d) |
Modifier and Type | Class and Description |
---|---|
class |
DatedObject
A utility class that implements DatedThing
|
Modifier and Type | Method and Description |
---|---|
java.util.Date[] |
DateSelection.getRange(java.util.List<DatedThing> dataTimes)
_more_
|