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.unidata.idv.control.chart |
Charting facilities used by DisplayControls.
|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Method and Description |
---|---|
MidiProperties |
ProbeRowInfo.getMidiProperties()
Get the MidiProperties property.
|
Modifier and Type | Method and Description |
---|---|
void |
ProbeRowInfo.setMidiProperties(MidiProperties value)
Set the MidiProperties property.
|
Constructor and Description |
---|
ProbeRowInfo(visad.Real level,
visad.Real alt,
int mode,
visad.Unit unit,
MidiProperties midiProperties)
ctor used for creating a ProbeRowInfo from legacy bundles values
|
Modifier and Type | Method and Description |
---|---|
MidiProperties |
WayPoint.getMidiProperties()
Get the MidiProperties property.
|
Modifier and Type | Method and Description |
---|---|
void |
WayPoint.setMidiProperties(MidiProperties value)
Set the MidiProperties property.
|
Modifier and Type | Method and Description |
---|---|
void |
MidiProperties.setProperties(MidiProperties that)
Set the properties from another.
|
Constructor and Description |
---|
MidiManager(MidiProperties props)
Construct with the specified properties and open it.
|
MidiProperties(MidiProperties that)
Copy constructor
|