FreqScopeViewLike

class Object
trait Matchable
class Any

Value members

Abstract methods

def logFreq: Boolean

Whether the frequency axis is logarithmic

Whether the frequency axis is logarithmic

def logFreqMin: Float

The lowest displayed frequency in Hertz, when logFreq is enabled.

The lowest displayed frequency in Hertz, when logFreq is enabled.

def logFreqMin_=(value: Float): Unit

The lowest displayed frequency in Hertz, when logFreq is enabled.

The lowest displayed frequency in Hertz, when logFreq is enabled.

def logFreq_=(value: Boolean): Unit

Whether the frequency axis is logarithmic

Whether the frequency axis is logarithmic

def xResolution: Float

Determines the over- or under-sampling to achieve higher or lower resolution spectra.

Determines the over- or under-sampling to achieve higher or lower resolution spectra.

At the default of 1.0, the resolution matches the screen resolution (it will be slightly higher, as it is rounded up to a power of two). At a value of 2.0, the spectra will have twice the resolution (data per frequency band), at a value of 0.5, the spectra will have half the resolution. The temporal resolution is reciprocal, so higher values will lead to longer time windows and thus lower update rates.

def xResolution_=(value: Float): Unit

Determines the over- or under-sampling to achieve higher or lower resolution spectra.

Determines the over- or under-sampling to achieve higher or lower resolution spectra.

At the default of 1.0, the resolution matches the screen resolution (it will be slightly higher, as it is rounded up to a power of two). At a value of 2.0, the spectra will have twice the resolution (data per frequency band), at a value of 0.5, the spectra will have half the resolution. The temporal resolution is reciprocal, so higher values will lead to longer time windows and thus lower update rates.

Inherited 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.

Inherited from
ScopeViewLike
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.

Inherited from
ScopeViewLike
def dispose(): Unit
Inherited from
ScopeViewLike
def isRunning: Boolean
Inherited from
ScopeViewLike
def logAmp: Boolean

Whether the amplitude axis is logarithmic (decibels)

Whether the amplitude axis is logarithmic (decibels)

Inherited from
ScopeViewLike
def logAmpMin: Float

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

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

Inherited from
ScopeViewLike
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.

Inherited from
ScopeViewLike
def logAmp_=(value: Boolean): Unit

Whether the amplitude axis is logarithmic (decibels)

Whether the amplitude axis is logarithmic (decibels)

Inherited from
ScopeViewLike
def screenColor: Color
Inherited from
ScopeViewLike
def screenColor_=(value: Color): Unit
Inherited from
ScopeViewLike
def start(): Unit
Inherited from
ScopeViewLike
def stop(): Unit
Inherited from
ScopeViewLike
def waveColors: Seq[Color]
Inherited from
ScopeViewLike
def waveColors_=(value: Seq[Color]): Unit
Inherited from
ScopeViewLike
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.

Inherited from
ScopeViewLike
def xZoom_=(value: Float): Unit

Returns the current horizontal zoom factor.

Returns the current horizontal zoom factor.

Inherited from
ScopeViewLike
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.

Inherited from
ScopeViewLike
def yZoom_=(value: Float): Unit

Returns the current vertical zoom factor.

Returns the current vertical zoom factor.

Inherited from
ScopeViewLike