|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SurfaceRunner | |
---|---|
org.hermit.android.instruments |
Uses of SurfaceRunner in org.hermit.android.instruments |
---|
Subclasses of SurfaceRunner in org.hermit.android.instruments | |
---|---|
class |
InstrumentSurface
Common base for applications which display instruments. |
Methods in org.hermit.android.instruments that return SurfaceRunner | |
---|---|
protected SurfaceRunner |
Instrument.getSurface()
Get the app context of this Element. |
protected SurfaceRunner |
Gauge.getSurface()
Get the app context of this Element. |
Methods in org.hermit.android.instruments with parameters of type SurfaceRunner | |
---|---|
PowerGauge |
AudioAnalyser.getPowerGauge(SurfaceRunner surface)
Get a signal power gauge for this audio analyser. |
SpectrumGauge |
AudioAnalyser.getSpectrumGauge(SurfaceRunner surface)
Get a spectrum analyser gauge for this audio analyser. |
WaveformGauge |
AudioAnalyser.getWaveformGauge(SurfaceRunner surface)
Get a waveform gauge for this audio analyser. |
Constructors in org.hermit.android.instruments with parameters of type SurfaceRunner | |
---|---|
AudioAnalyser(SurfaceRunner parent)
Create a WindMeter instance. |
|
Gauge(SurfaceRunner parent)
Set up this view. |
|
Gauge(SurfaceRunner parent,
int options)
Set up this view. |
|
Gauge(SurfaceRunner parent,
int grid,
int plot)
Set up this view. |
|
Gauge(SurfaceRunner parent,
int options,
int grid,
int plot)
Set up this view. |
|
Instrument(SurfaceRunner parent)
Set up this view. |
|
TextGauge(SurfaceRunner parent)
Set up this view, and configure the text fields to be displayed in this element. |
|
TextGauge(SurfaceRunner parent,
java.lang.String[] template,
int rows)
Set up this view, and configure the text fields to be displayed in this element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |