trait ScopePanelBase[V <: ScopeViewImpl[_]] extends AbstractScopePanel[V]
- Alphabetic
- By Inheritance
- ScopePanelBase
- AbstractScopePanel
- ScopeViewLike
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def view: V
- Definition Classes
- AbstractScopePanel
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
- def addAction: AddAction
- def addAction_=(value: AddAction): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bipolar: Boolean
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- 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.
- Definition Classes
- 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).
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.
- Definition Classes
- AbstractScopePanel
- def bus: Bus
- Definition Classes
- AbstractScopePanel
- def bus_=(value: Bus): Unit
- Definition Classes
- AbstractScopePanel
- 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
- ScopePanelBase → 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
- Definition Classes
- AbstractScopePanel
- def isBufSizeSet: Boolean
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLogX: Boolean
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- 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
- Definition Classes
- AbstractScopePanel
- def maxYZoom: Float
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def minXZoom: Float
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def minYZoom: Float
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def mkBusSynth(_bus: Bus): Unit
- Attributes
- protected
- Definition Classes
- ScopePanelBase → AbstractScopePanel
- def mkSynthGraph(b: Bus): Unit
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- 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
- Definition Classes
- AbstractScopePanel
- final def setLogModeMode(x: Boolean, y: Boolean): Unit
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def setLogModeModeFromUI(x: Boolean, y: Boolean): Unit
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def start(): Unit
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def stop(): Unit
- Definition Classes
- AbstractScopePanel → ScopeViewLike
- def supportLissajous: Boolean
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def supportXLog: Boolean
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def target: Group
- def target_=(value: Group): Unit
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateXAxis(a: Axis): Unit
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def updateXAxis(): Unit
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def updateYAxes(): Unit
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- def updateYAxis(a: Axis): Unit
- Attributes
- protected
- Definition Classes
- AbstractScopePanel
- 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
- Definition Classes
- AbstractScopePanel
- 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
- Definition Classes
- AbstractScopePanel
- 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