Uses of Class
org.hermit.android.instruments.Gauge

Packages that use Gauge
org.hermit.android.instruments   
 

Uses of Gauge in org.hermit.android.instruments
 

Subclasses of Gauge in org.hermit.android.instruments
 class PowerGauge
          A graphical display which displays the signal power in dB from an AudioAnalyser instrument.
 class SpectrumGauge
          A graphical display which displays the audio spectrum from an AudioAnalyser instrument.
 class TextGauge
          A Gauge which displays data in textual form, generally as a grid of numeric values.
 class WaveformGauge
          A graphical display which displays the audio waveform from an AudioAnalyser instrument.
 

Methods in org.hermit.android.instruments with parameters of type Gauge
 void InstrumentSurface.addGauge(Gauge i)
          Add a gauge to this surface.