Packages

t

de.sciss.synth.swing.j

ScopePanelBase

trait ScopePanelBase[V <: ScopeViewImpl[_]] extends AbstractScopePanel[V]

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

Abstract Value Members

  1. abstract def view: V
    Definition Classes
    AbstractScopePanel

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. def addAction: AddAction
  5. def addAction_=(value: AddAction): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def bipolar: Boolean
    Attributes
    protected
    Definition Classes
    AbstractScopePanel
  8. 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
  9. 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
  10. def bus: Bus
    Definition Classes
    AbstractScopePanel
  11. def bus_=(value: Bus): Unit
    Definition Classes
    AbstractScopePanel
  12. 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
  13. 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
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. def dispose(): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def install(parent: JPanel): Unit
    Attributes
    protected
    Definition Classes
    AbstractScopePanel
  21. def isBufSizeSet: Boolean
    Attributes
    protected
    Definition Classes
    AbstractScopePanel
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isLogX: Boolean
    Attributes
    protected
    Definition Classes
    AbstractScopePanel
  24. def isRunning: Boolean
    Definition Classes
    AbstractScopePanelScopeViewLike
  25. def logAmp: Boolean

    Whether the amplitude axis is logarithmic (decibels)

    Whether the amplitude axis is logarithmic (decibels)

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

    Whether the amplitude axis is logarithmic (decibels)

    Whether the amplitude axis is logarithmic (decibels)

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

    Returns the current horizontal zoom factor.

    Returns the current horizontal zoom factor.

    Definition Classes
    AbstractScopePanelScopeViewLike
  63. def yUnit: String
    Attributes
    protected
    Definition Classes
    AbstractScopePanel
  64. 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
  65. 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 AbstractScopePanel[V]

Inherited from ScopeViewLike

Inherited from AnyRef

Inherited from Any

Ungrouped