AbstractFreqScopePanel

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

class Object
trait Matchable
class Any

Value members

Concrete methods

override protected
def bipolar: Boolean
Definition Classes
override
def bus_=(value: Bus): Unit
Definition Classes
override protected
def install(parent: JPanel): Unit
Definition Classes
override protected
def isLogX: Boolean
Definition Classes
override
def logFreq: Boolean
Definition Classes
override
def logFreqMin: Float
Definition Classes
override
def logFreqMin_=(value: Float): Unit
Definition Classes
override
def logFreq_=(value: Boolean): Unit
Definition Classes
override protected
def maxXZoom: Float
Definition Classes
override protected
def minXZoom: Float
Definition Classes
override protected
def setLogModeModeFromUI(x: Boolean, y: Boolean): Unit
Definition Classes
override protected
def supportLissajous: Boolean
Definition Classes
override protected
def supportXLog: Boolean
Definition Classes
override protected
def updateXAxis(a: Axis): Unit
Definition Classes
override
def xResolution: Float
Definition Classes
override
def xResolution_=(value: Float): Unit
Definition Classes
override protected
def xUnit: String
Definition Classes

Inherited methods

def bufferSize: Int

The default buffer size is dynamically updated according to the number of frames currently displayed (in Lissajous mode four times the width). If it is set explicitly, the dynamic adjustment is turned off. It can be turned on by setting it to zero.

The default buffer size is dynamically updated according to the number of frames currently displayed (in Lissajous mode four times the width). If it is set explicitly, the dynamic adjustment is turned off. It can be turned on by setting it to zero.

Inherited from
AbstractScopePanel
def bufferSize_=(value: Int): Unit

The default buffer size is dynamically updated according to the number of frames currently displayed (in Lissajous mode four times the width). If it is set explicitly, the dynamic adjustment is turned off. It can be turned on by setting it to zero.

The default buffer size is dynamically updated according to the number of frames currently displayed (in Lissajous mode four times the width). If it is set explicitly, the dynamic adjustment is turned off. It can be turned on by setting it to zero.

Inherited from
AbstractScopePanel
def bus: Bus
Inherited from
AbstractScopePanel
override
def channelStyle: Int
Definition Classes
Inherited from
AbstractScopePanel
override
def channelStyle_=(value: Int): Unit
Definition Classes
Inherited from
AbstractScopePanel
def dispose(): Unit
Inherited from
AbstractScopePanel
protected
def isBufSizeSet: Boolean
Inherited from
AbstractScopePanel
def isRunning: Boolean
Inherited from
AbstractScopePanel
override
def logAmp: Boolean
Definition Classes
Inherited from
AbstractScopePanel
override
def logAmpMin: Float
Definition Classes
Inherited from
AbstractScopePanel
override
def logAmpMin_=(value: Float): Unit
Definition Classes
Inherited from
AbstractScopePanel
override
def logAmp_=(value: Boolean): Unit
Definition Classes
Inherited from
AbstractScopePanel
protected
def maxYZoom: Float
Inherited from
AbstractScopePanel
protected
def minYZoom: Float
Inherited from
AbstractScopePanel
protected
def mkBusSynth(b: Bus): Unit
Inherited from
AbstractScopePanel
protected
def mkSynthGraph(b: Bus): Unit
Inherited from
AbstractScopePanel
def screenColor: Color
Inherited from
AbstractScopePanel
def screenColor_=(value: Color): Unit
Inherited from
AbstractScopePanel
protected
def setBufferSize(value: Int): Unit
Inherited from
AbstractScopePanel
final protected
def setLogModeMode(x: Boolean, y: Boolean): Unit
Inherited from
AbstractScopePanel
def start(): Unit
Inherited from
AbstractScopePanel
def stop(): Unit
Inherited from
AbstractScopePanel
protected
def updateXAxis(): Unit
Inherited from
AbstractScopePanel
protected
def updateYAxes(): Unit
Inherited from
AbstractScopePanel
protected
def updateYAxis(a: Axis): Unit
Inherited from
AbstractScopePanel
def waveColors: Seq[Color]
Inherited from
AbstractScopePanel
def waveColors_=(value: Seq[Color]): Unit
Inherited from
AbstractScopePanel
def xZoom: Float
Inherited from
AbstractScopePanel
def xZoom_=(value: Float): Unit
Inherited from
AbstractScopePanel
protected
def yUnit: String
Inherited from
AbstractScopePanel
def yZoom: Float
Inherited from
AbstractScopePanel
def yZoom_=(value: Float): Unit
Inherited from
AbstractScopePanel