Class

cogdebugger.ui.fieldvisualizations.complexvector.ComplexVectorComponentsView

VectorComponentPanel

Related Doc: package ComplexVectorComponentsView

Permalink

class VectorComponentPanel extends BorderPanel with Zoomable

A subpanel that is responsible for the visualization of a single vector component or plane. Contains a pair of images for showing the real and imaginary parts of the component, as well as a label (for indicating the component index) and color key.

Linear Supertypes
Zoomable, BorderPanel, LayoutContainer, Panel, Wrapper, Container, Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VectorComponentPanel
  2. Zoomable
  3. BorderPanel
  4. LayoutContainer
  5. Panel
  6. Wrapper
  7. Container
  8. Component
  9. UIElement
  10. LazyPublisher
  11. Publisher
  12. Reactor
  13. Proxy
  14. AnyRef
  15. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VectorComponentPanel(myCompIdx: Int, rows: Int, cols: Int)

    Permalink

Type Members

  1. type Constraints = scala.swing.BorderPanel.Position.Value

    Permalink
    Definition Classes
    BorderPanel → LayoutContainer
  2. class Content extends BufferWrapper[Component]

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  3. trait SuperMixin extends JComponent

    Permalink
    Attributes
    protected
    Definition Classes
    Component

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _contents: Content

    Permalink
    Attributes
    protected
    Definition Classes
    Wrapper
  5. def add(c: Component, l: Constraints): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  6. def areValid(c: Constraints): (Boolean, String)

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def background: Color

    Permalink
    Definition Classes
    UIElement
  9. def background_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  10. def border: Border

    Permalink
    Definition Classes
    Component
  11. def border_=(b: Border): Unit

    Permalink
    Definition Classes
    Component
  12. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def constraintsFor(comp: Component): scala.swing.BorderPanel.Position.Value

    Permalink
    Attributes
    protected
    Definition Classes
    BorderPanel → LayoutContainer
  15. def contents: Seq[Component]

    Permalink
    Definition Classes
    Wrapper → Container
  16. def cursor: Cursor

    Permalink
    Definition Classes
    UIElement
  17. def cursor_=(c: Cursor): Unit

    Permalink
    Definition Classes
    UIElement
  18. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  19. val dim: Dimension

    Permalink
  20. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  21. def enabled: Boolean

    Permalink
    Definition Classes
    Component
  22. def enabled_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    Proxy → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def focusable: Boolean

    Permalink
    Definition Classes
    Component
  27. def focusable_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  28. def font: Font

    Permalink
    Definition Classes
    UIElement
  29. def font_=(f: Font): Unit

    Permalink
    Definition Classes
    UIElement
  30. def foreground: Color

    Permalink
    Definition Classes
    UIElement
  31. def foreground_=(c: Color): Unit

    Permalink
    Definition Classes
    UIElement
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hasFocus: Boolean

    Permalink
    Definition Classes
    Component
  34. def hashCode(): Int

    Permalink
    Definition Classes
    Proxy → Any
  35. def ignoreRepaint: Boolean

    Permalink
    Definition Classes
    UIElement
  36. def ignoreRepaint_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  37. val imaginaryImage: DoubleBufferedImagePanel with PerElementTooltips

    Permalink
  38. var initP: JComponent

    Permalink
    Definition Classes
    Component
  39. def inputVerifier: (Component) ⇒ Boolean

    Permalink
    Definition Classes
    Component
  40. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Permalink
    Definition Classes
    Component
  41. def invertColorKey(invert: Boolean): Unit

    Permalink
  42. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  43. val label: Label

    Permalink
  44. def layout: Map[Component, Constraints]

    Permalink
    Definition Classes
    LayoutContainer
  45. def layoutManager: BorderLayout

    Permalink
    Definition Classes
    BorderPanel
  46. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  47. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  48. def locale: Locale

    Permalink
    Definition Classes
    UIElement
  49. def location: Point

    Permalink
    Definition Classes
    UIElement
  50. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  51. def maximumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  52. def maximumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  53. def minimumSize: Dimension

    Permalink
    Definition Classes
    UIElement
  54. def minimumSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  55. object mouse

    Permalink
    Definition Classes
    Component
  56. def name: String

    Permalink
    Definition Classes
    Component
  57. def name_=(s: String): Unit

    Permalink
    Definition Classes
    Component
  58. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  59. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  60. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. def onFirstSubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component → UIElement → LazyPublisher
  62. def onLastUnsubscribe(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  63. def opaque: Boolean

    Permalink
    Definition Classes
    Component
  64. def opaque_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Component
  65. def paint(g: Graphics2D): Unit

    Permalink
    Definition Classes
    Component
  66. def paintBorder(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  67. def paintChildren(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  68. def paintComponent(g: Graphics2D): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Component
  69. lazy val peer: JPanel with SuperMixin

    Permalink
    Definition Classes
    BorderPanel → Panel → Wrapper → Component → UIElement
  70. def preferredSize: Dimension

    Permalink
    Definition Classes
    UIElement
  71. def preferredSize_=(x: Dimension): Unit

    Permalink
    Definition Classes
    UIElement
  72. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  73. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  74. val realImage: DoubleBufferedImagePanel with PerElementTooltips

    Permalink
  75. def repaint(rect: Rectangle): Unit

    Permalink
    Definition Classes
    UIElement
  76. def repaint(): Unit

    Permalink
    Definition Classes
    UIElement
  77. def requestFocus(): Unit

    Permalink
    Definition Classes
    Component
  78. def requestFocusInWindow(): Boolean

    Permalink
    Definition Classes
    Component
  79. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  80. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  81. def setZoom(value: Float): Unit

    Permalink
  82. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  83. def size: Dimension

    Permalink
    Definition Classes
    UIElement
  84. def subscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  85. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  86. def toString(): String

    Permalink
    Definition Classes
    Component → Proxy → AnyRef → Any
  87. def toolkit: Toolkit

    Permalink
    Definition Classes
    UIElement
  88. def tooltip: String

    Permalink
    Definition Classes
    Component
  89. def tooltip_=(t: String): Unit

    Permalink
    Definition Classes
    Component
  90. def unsubscribe(listener: Reaction): Unit

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  91. def updateMinMax(newMin: Float, newMax: Float): Unit

    Permalink
  92. def visible: Boolean

    Permalink
    Definition Classes
    UIElement
  93. def visible_=(b: Boolean): Unit

    Permalink
    Definition Classes
    UIElement
  94. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. def xLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  98. def xLayoutAlignment_=(x: Double): Unit

    Permalink
    Definition Classes
    Component
  99. def yLayoutAlignment: Double

    Permalink
    Definition Classes
    Component
  100. def yLayoutAlignment_=(y: Double): Unit

    Permalink
    Definition Classes
    Component
  101. def zDelta: Float

    Permalink

    Default zoom/unzoom increment

  102. def zoomIn(): Unit

    Permalink
    Definition Classes
    VectorComponentPanelZoomable
  103. def zoomOut(): Unit

    Permalink
    Definition Classes
    VectorComponentPanelZoomable

Inherited from Zoomable

Inherited from BorderPanel

Inherited from LayoutContainer

Inherited from Panel

Inherited from Wrapper

Inherited from Container

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped