trait AbstractScopePanel[V <: ScopeViewImpl[_]] extends ScopeViewLike
Abstract component to view an oscilloscope for a real-time signal.
It builds configurable controls around a central JScopeView
.
- Alphabetic
- By Inheritance
- AbstractScopePanel
- ScopeViewLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bipolar: Boolean
- Attributes
- protected
- 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).
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.
- 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).
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.
- def bus: Bus
- def bus_=(value: Bus): Unit
- def channelStyle: Int
The drawing style can be one of
0
(orJScopeView.STYLE_PARALLEL
),1
(orJScopeView.STYLE_OVERLAY
),2
(orJScopeView.STYLE_LISSAJOUS
).The drawing style can be one of
0
(orJScopeView.STYLE_PARALLEL
),1
(orJScopeView.STYLE_OVERLAY
),2
(orJScopeView.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.
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def channelStyle_=(value: Int): Unit
The drawing style can be one of
0
(orJScopeView.STYLE_PARALLEL
),1
(orJScopeView.STYLE_OVERLAY
),2
(orJScopeView.STYLE_LISSAJOUS
).The drawing style can be one of
0
(orJScopeView.STYLE_PARALLEL
),1
(orJScopeView.STYLE_OVERLAY
),2
(orJScopeView.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.
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def dispose(): Unit
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def install(parent: JPanel): Unit
- Attributes
- protected
- def isBufSizeSet: Boolean
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLogX: Boolean
- Attributes
- protected
- def isRunning: Boolean
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def logAmp: Boolean
Whether the amplitude axis is logarithmic (decibels)
Whether the amplitude axis is logarithmic (decibels)
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def logAmpMin: Float
The lowest displayed amplitude in decibels, when
logAmp
is enabled.The lowest displayed amplitude in decibels, when
logAmp
is enabled.- Definition Classes
- AbstractScopePanel → 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.- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def logAmp_=(value: Boolean): Unit
Whether the amplitude axis is logarithmic (decibels)
Whether the amplitude axis is logarithmic (decibels)
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def maxXZoom: Float
- Attributes
- protected
- def maxYZoom: Float
- Attributes
- protected
- def minXZoom: Float
- Attributes
- protected
- def minYZoom: Float
- Attributes
- protected
- def mkSynthGraph(b: Bus): Unit
- Attributes
- protected
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def screenColor: Color
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def screenColor_=(value: Color): Unit
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def setBufferSize(value: Int): Unit
- Attributes
- protected
- final def setLogModeMode(x: Boolean, y: Boolean): Unit
- Attributes
- protected
- def setLogModeModeFromUI(x: Boolean, y: Boolean): Unit
- Attributes
- protected
- def start(): Unit
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def stop(): Unit
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def supportLissajous: Boolean
- Attributes
- protected
- def supportXLog: Boolean
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateXAxis(a: Axis): Unit
- Attributes
- protected
- def updateXAxis(): Unit
- Attributes
- protected
- def updateYAxes(): Unit
- Attributes
- protected
- def updateYAxis(a: Axis): Unit
- Attributes
- protected
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def waveColors: Seq[Color]
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def waveColors_=(value: Seq[Color]): Unit
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def xUnit: String
- Attributes
- protected
- def xZoom: Float
The horizontal zoom factor, depending on the type of scope applied to the time or frequency axis.
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.
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def xZoom_=(value: Float): Unit
Returns the current horizontal zoom factor.
Returns the current horizontal zoom factor.
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def yUnit: String
- Attributes
- protected
- def yZoom: Float
The vertical zoom factor, usually applied to amplitudes.
The vertical zoom factor, usually applied to amplitudes. Smaller values means to "zoom in", therefore _decreasing_ the visible density, and vice versa.
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def yZoom_=(value: Float): Unit
Returns the current vertical zoom factor.
Returns the current vertical zoom factor.
- Definition Classes
- AbstractScopePanel → ScopeViewLike
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated