Uses of Class
ucar.unidata.util.MidiProperties

Packages that use MidiProperties
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. 
 

Uses of MidiProperties in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return MidiProperties
 MidiProperties ProbeRowInfo.getMidiProperties()
          Get the MidiProperties property.
 

Methods in ucar.unidata.idv.control with parameters of type MidiProperties
 void ProbeRowInfo.setMidiProperties(MidiProperties value)
          Set the MidiProperties property.
 

Constructors in ucar.unidata.idv.control with parameters of type MidiProperties
ProbeRowInfo(Real level, Real alt, int mode, Unit unit, MidiProperties midiProperties)
          ctor used for creating a ProbeRowInfo from legacy bundles values
 

Uses of MidiProperties in ucar.unidata.idv.control.chart
 

Methods in ucar.unidata.idv.control.chart that return MidiProperties
 MidiProperties WayPoint.getMidiProperties()
          Get the MidiProperties property.
 

Methods in ucar.unidata.idv.control.chart with parameters of type MidiProperties
 void WayPoint.setMidiProperties(MidiProperties value)
          Set the MidiProperties property.
 

Uses of MidiProperties in ucar.unidata.util
 

Methods in ucar.unidata.util with parameters of type MidiProperties
 void MidiProperties.setProperties(MidiProperties that)
          Set the properties from another.
 

Constructors in ucar.unidata.util with parameters of type MidiProperties
MidiManager(MidiProperties props)
          Construct with the specified properties and open it.
MidiProperties(MidiProperties that)
          Copy constructor