Packages

package j

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AbstractFreqScopePanel extends AbstractScopePanel[JFreqScopeView] with FreqScopeViewLike

    Abstract component to view an oscilloscope for a real-time signal.

    Abstract component to view an oscilloscope for a real-time signal. It builds configurable controls around a central JScopeView.

  2. trait AbstractScopePanel[V <: ScopeViewImpl[_]] extends ScopeViewLike

    Abstract component to view an oscilloscope for a real-time signal.

    Abstract component to view an oscilloscope for a real-time signal. It builds configurable controls around a central JScopeView.

  3. trait FreqScopeViewLike extends ScopeViewLike
  4. class JFreqScopePanel extends JPanel with ScopePanelBase[JFreqScopeView] with AbstractFreqScopePanel

    A component to view an oscilloscope for a real-time signal.

    A component to view an oscilloscope for a real-time signal.

    The following keyboard shortcuts exist:

    • Ctrl-Up/<kdb>Down: increase or decrease vertical zoom
    • Ctrl-Right/<kdb>Left: increase or decrease horizontal zoom
    • Space: toggle run/pause
    • Period: pause
    • J/L: decrease or increase channel offset
    • Shift-J/L: decrease or increase number of channels
    • K: switch between audio and control rate buses
    • I/O: switch to audio inputs and audio outputs
    • S: switch between parallel and overlay mode
    • Shift-S: switch between Lissajous (X/Y) and normal (X over time) mode
  5. class JFreqScopeView extends ScopeViewImpl[Data] with FreqScopeViewLike

    An oscilloscope canvas component.

    An oscilloscope canvas component. Has controls for resolution (zoom), setting waveform color, and choosing between three different styles: 0 - parallel, 1 - overlay, 2 - lissajous (x/y).

    To have additional user interface controls, JScopePanel can be used, which contains a JScopeView.

  6. class JNodeTreePanel extends JPanel with NodeTreePanelLike
  7. class JScopePanel extends JPanel with ScopePanelBase[JScopeView]

    A component to view an oscilloscope for a real-time signal.

    A component to view an oscilloscope for a real-time signal.

    The following keyboard shortcuts exist:

    • Ctrl-Up/<kdb>Down: increase or decrease vertical zoom
    • Ctrl-Right/<kdb>Left: increase or decrease horizontal zoom
    • Space: toggle run/pause
    • Period: pause
    • J/L: decrease or increase channel offset
    • Shift-J/L: decrease or increase number of channels
    • K: switch between audio and control rate buses
    • I/O: switch to audio inputs and audio outputs
    • S: switch between parallel and overlay mode
    • Shift-S: switch between Lissajous (X/Y) and normal (X over time) mode
  8. class JScopeView extends ScopeViewImpl[Data] with ScopeViewLike

    An oscilloscope canvas component.

    An oscilloscope canvas component. Has controls for resolution (zoom), setting waveform color, and choosing between three different styles: 0 - parallel, 1 - overlay, 2 - lissajous (x/y).

    To have additional user interface controls, JScopePanel can be used, which contains a JScopeView.

  9. class JServerStatusPanel extends JPanel
  10. trait NodeTreePanelLike extends AnyRef
  11. trait ScopePanelBase[V <: ScopeViewImpl[_]] extends AbstractScopePanel[V]
  12. trait ScopeViewLike extends AnyRef

  13. trait ScopeViewOverlayPainter extends AnyRef

Value Members

  1. object JFreqScopeView extends Serializable
  2. object JNodeTreePanel extends Serializable
  3. object JScopeView extends Serializable
  4. object JServerStatusPanel extends Serializable

Ungrouped