Packages

t

de.sciss.synth.swing.j

AbstractScopePanel

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.

Linear Supertypes
ScopeViewLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractScopePanel
  2. ScopeViewLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def mkBusSynth(b: Bus): Unit
    Attributes
    protected
  2. abstract def view: V

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bipolar: Boolean
    Attributes
    protected
  6. 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.

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

  8. def bus: Bus
  9. def bus_=(value: Bus): Unit
  10. 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.

    Definition Classes
    AbstractScopePanelScopeViewLike
  11. 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.

    Definition Classes
    AbstractScopePanelScopeViewLike
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def dispose(): Unit
    Definition Classes
    AbstractScopePanelScopeViewLike
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def install(parent: JPanel): Unit
    Attributes
    protected
  19. def isBufSizeSet: Boolean
    Attributes
    protected
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isLogX: Boolean
    Attributes
    protected
  22. def isRunning: Boolean
    Definition Classes
    AbstractScopePanelScopeViewLike
  23. def logAmp: Boolean

    Whether the amplitude axis is logarithmic (decibels)

    Whether the amplitude axis is logarithmic (decibels)

    Definition Classes
    AbstractScopePanelScopeViewLike
  24. 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
    AbstractScopePanelScopeViewLike
  25. 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
    AbstractScopePanelScopeViewLike
  26. def logAmp_=(value: Boolean): Unit

    Whether the amplitude axis is logarithmic (decibels)

    Whether the amplitude axis is logarithmic (decibels)

    Definition Classes
    AbstractScopePanelScopeViewLike
  27. def maxXZoom: Float
    Attributes
    protected
  28. def maxYZoom: Float
    Attributes
    protected
  29. def minXZoom: Float
    Attributes
    protected
  30. def minYZoom: Float
    Attributes
    protected
  31. def mkSynthGraph(b: Bus): Unit
    Attributes
    protected
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def screenColor: Color
    Definition Classes
    AbstractScopePanelScopeViewLike
  36. def screenColor_=(value: Color): Unit
    Definition Classes
    AbstractScopePanelScopeViewLike
  37. def setBufferSize(value: Int): Unit
    Attributes
    protected
  38. final def setLogModeMode(x: Boolean, y: Boolean): Unit
    Attributes
    protected
  39. def setLogModeModeFromUI(x: Boolean, y: Boolean): Unit
    Attributes
    protected
  40. def start(): Unit
    Definition Classes
    AbstractScopePanelScopeViewLike
  41. def stop(): Unit
    Definition Classes
    AbstractScopePanelScopeViewLike
  42. def supportLissajous: Boolean
    Attributes
    protected
  43. def supportXLog: Boolean
    Attributes
    protected
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def updateXAxis(a: Axis): Unit
    Attributes
    protected
  47. def updateXAxis(): Unit
    Attributes
    protected
  48. def updateYAxes(): Unit
    Attributes
    protected
  49. def updateYAxis(a: Axis): Unit
    Attributes
    protected
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. def waveColors: Seq[Color]
    Definition Classes
    AbstractScopePanelScopeViewLike
  54. def waveColors_=(value: Seq[Color]): Unit
    Definition Classes
    AbstractScopePanelScopeViewLike
  55. def xUnit: String
    Attributes
    protected
  56. 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
    AbstractScopePanelScopeViewLike
  57. def xZoom_=(value: Float): Unit

    Returns the current horizontal zoom factor.

    Returns the current horizontal zoom factor.

    Definition Classes
    AbstractScopePanelScopeViewLike
  58. def yUnit: String
    Attributes
    protected
  59. 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
    AbstractScopePanelScopeViewLike
  60. def yZoom_=(value: Float): Unit

    Returns the current vertical zoom factor.

    Returns the current vertical zoom factor.

    Definition Classes
    AbstractScopePanelScopeViewLike

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ScopeViewLike

Inherited from AnyRef

Inherited from Any

Ungrouped