Package | Description |
---|---|
org.eclipse.nebula.widgets.oscilloscope | |
org.eclipse.nebula.widgets.oscilloscope.multichannel |
Modifier and Type | Class | Description |
---|---|---|
class |
Oscilloscope |
Deprecated.
use
Oscilloscope |
Modifier and Type | Method | Description |
---|---|---|
Oscilloscope |
OscilloscopeDispatcher.getOscilloscope() |
This method returns the
Oscilloscope . |
Modifier and Type | Method | Description |
---|---|---|
void |
OscilloscopeDispatcher.hookAfterDraw(Oscilloscope oscilloscope,
int counter) |
Is called just after the widget is redrawn every
OscilloscopeDispatcher.getDelayLoop()
milliseconds. |
void |
OscilloscopeDispatcher.hookBeforeDraw(Oscilloscope oscilloscope,
int counter) |
Is called just before the widget is redrawn every
OscilloscopeDispatcher.getDelayLoop()
milliseconds. |
void |
OscilloscopeDispatcher.hookPulse(Oscilloscope oscilloscope,
int pulse) |
This method is called every time the dispatcher reaches the getPulse()
counter.
|
void |
OscilloscopeDispatcher.setOscilloscope(Oscilloscope scope) |
This method sets the
Oscilloscope . |
void |
OscilloscopeStackAdapter.stackEmpty(Oscilloscope scope,
int channel) |
Is called when the stack runs out of values.
|
Constructor | Description |
---|---|
OscilloscopeDispatcher(int channel,
Oscilloscope oscilloscope) |
|
OscilloscopeDispatcher(Oscilloscope oscilloscope) |