ScopeViewLike

class Object
trait Matchable
class Any

Value members

Abstract methods

def channelStyle: Int

The drawing style can be one of 0 (or JScopeView.STYLE_PARALLEL), 1 (or JScopeView.STYLE_OVERLAY), 2 (or JScopeView.STYLE_LISSAJOUS).

The drawing style can be one of 0 (or JScopeView.STYLE_PARALLEL), 1 (or JScopeView.STYLE_OVERLAY), 2 (or JScopeView.STYLE_LISSAJOUS).

In parallel or "normal" style, each channel is drawn separately in a vertical per-channel arrangement. In overlay mode, all channels are drawn superimposed on each other. In Lissajous or X/Y style, the first channel specifies the x-coordinate, and the second channel specifies the y-coordinate.

def channelStyle_=(value: Int): Unit

The drawing style can be one of 0 (or JScopeView.STYLE_PARALLEL), 1 (or JScopeView.STYLE_OVERLAY), 2 (or JScopeView.STYLE_LISSAJOUS).

The drawing style can be one of 0 (or JScopeView.STYLE_PARALLEL), 1 (or JScopeView.STYLE_OVERLAY), 2 (or JScopeView.STYLE_LISSAJOUS).

In parallel or "normal" style, each channel is drawn separately in a vertical per-channel arrangement. In overlay mode, all channels are drawn superimposed on each other. In Lissajous or X/Y style, the first channel specifies the x-coordinate, and the second channel specifies the y-coordinate.

def dispose(): Unit
def isRunning: Boolean
def logAmp: Boolean

Whether the amplitude axis is logarithmic (decibels)

Whether the amplitude axis is logarithmic (decibels)

def logAmpMin: Float

The lowest displayed amplitude in decibels, when logAmp is enabled.

The lowest displayed amplitude in decibels, when logAmp is enabled.

def logAmpMin_=(value: Float): Unit

The lowest displayed amplitude in decibels, when logAmp is enabled.

The lowest displayed amplitude in decibels, when logAmp is enabled.

def logAmp_=(value: Boolean): Unit

Whether the amplitude axis is logarithmic (decibels)

Whether the amplitude axis is logarithmic (decibels)

def screenColor: Color
def screenColor_=(value: Color): Unit
def start(): Unit
def stop(): Unit
def waveColors: Seq[Color]
def waveColors_=(value: Seq[Color]): Unit
def xZoom: Float

The horizontal zoom factor, depending on the type of scope applied to the time or frequency axis. Smaller values means to "zoom in", therefore decreasing the visible density, and vice versa.

The horizontal zoom factor, depending on the type of scope applied to the time or frequency axis. Smaller values means to "zoom in", therefore decreasing the visible density, and vice versa.

def xZoom_=(value: Float): Unit

Returns the current horizontal zoom factor.

Returns the current horizontal zoom factor.

def yZoom: Float

The vertical zoom factor, usually applied to amplitudes. Smaller values means to "zoom in", therefore decreasing the visible density, and vice versa.

The vertical zoom factor, usually applied to amplitudes. Smaller values means to "zoom in", therefore decreasing the visible density, and vice versa.

def yZoom_=(value: Float): Unit

Returns the current vertical zoom factor.

Returns the current vertical zoom factor.