Class/Object

cogdebugger.ui.fieldvisualizations.vector

VectorFieldSuperPanel

Related Docs: object VectorFieldSuperPanel | package vector

Permalink

class VectorFieldSuperPanel extends BorderPanel with EventDrivenViewer with Zoomable with RestorableState

A panel for displaying vector fields that allows you to change the format of the display at runtime.

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

Instance Constructors

  1. new VectorFieldSuperPanel(target: ProbedField)

    Permalink
  2. new VectorFieldSuperPanel(fieldType: libcog.FieldType)

    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
  4. class VectorFieldToolbar extends ToolBar

    Permalink

    Toolbar for super panel.

  5. class Worker extends SwingWorker[Unit, Unit]

    Permalink
    Definition Classes
    EventDrivenViewer

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 ColorFlow2D: String

    Permalink

    String for displaying each 2D vector as a color pixel.

  5. val ColorImages: String

    Permalink

    String for treating vector field as RGB planes.

  6. val SelectedViewerProperty: OneOfNProperty

    Permalink
  7. val SymmetricTensors: String

    Permalink

    String for displaying symmetric tensors.

  8. val TensorComponents: String

    Permalink

    String for displaying complex numbers as pseudo vectors.

  9. val Vector2D: String

    Permalink

    String for displaying vectors geometrically.

  10. val VectorComponents: String

    Permalink

    String for displaying vector components.

  11. val _contents: Content

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

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

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

    Permalink
    Definition Classes
    Any
  15. def background: Color

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

    Permalink
    Definition Classes
    UIElement
  17. def border: Border

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

    Permalink
    Definition Classes
    Component
  19. def bounds: Rectangle

    Permalink
    Definition Classes
    UIElement
  20. var busy: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EventDrivenViewer
  21. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    Reactor
  27. val displayOptions: Seq[String]

    Permalink

    Display options.

  28. def displayable: Boolean

    Permalink
    Definition Classes
    UIElement
  29. def enabled: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  36. def font: Font

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

    Permalink
    Definition Classes
    UIElement
  38. def foreground: Color

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

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

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  45. var initP: JComponent

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

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

    Permalink
    Definition Classes
    Component
  48. def isBusy: Boolean

    Permalink
    Definition Classes
    EventDrivenViewerProbeListener
  49. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  50. def layout: Map[Component, Constraints]

    Permalink
    Definition Classes
    LayoutContainer
  51. def layoutManager: BorderLayout

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

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

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

    Permalink
    Definition Classes
    UIElement
  55. def location: Point

    Permalink
    Definition Classes
    UIElement
  56. def locationOnScreen: Point

    Permalink
    Definition Classes
    UIElement
  57. def maximumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  59. def minimumSize: Dimension

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

    Permalink
    Definition Classes
    UIElement
  61. object mouse

    Permalink
    Definition Classes
    Component
  62. def name: String

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

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

    Permalink
    Definition Classes
    AnyRef
  65. def notify(event: ProbeEvent): Unit

    Permalink
    Definition Classes
    EventDrivenViewerProbeListener
  66. final def notify(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  79. val properties: ArrayBuffer[Property[_]]

    Permalink

    A list of properties that should be persisted when the app closes, and restored the next time it's launched.

    A list of properties that should be persisted when the app closes, and restored the next time it's launched. A common example of a persistent is the zoom/magnification level of the viewer. Be sure to add any relevenant properties to this list in your Viewer subclasses!

    Definition Classes
    Viewer
  80. def propertiesTag: NodeSeq

    Permalink

    Returns the XML representation of this viewer's properties, suitable for saving into a file.

    Returns the XML representation of this viewer's properties, suitable for saving into a file.

    Definition Classes
    Viewer
  81. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  82. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  83. def refreshToolbar(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Component
  88. def reset(): Unit

    Permalink

    Reset the visualization.

    Reset the visualization. An optional operation; subclasses must override this method or else it does nothing.

    Definition Classes
    Viewer
  89. def restore(tag: Node): Unit

    Permalink

    Restore this object to the state described in the given XML node.

    Restore this object to the state described in the given XML node.

    Definition Classes
    VectorFieldSuperPanelRestorableState
  90. def restoreSubpanel(viewer: Subpanel): Unit

    Permalink
  91. def revalidate(): Unit

    Permalink
    Definition Classes
    Component
  92. def save: Elem

    Permalink

    Encode the state of this object into an XML node.

    Encode the state of this object into an XML node.

    Definition Classes
    VectorFieldSuperPanelRestorableState
  93. def self: Component

    Permalink
    Definition Classes
    UIElement → Proxy
  94. def showing: Boolean

    Permalink
    Definition Classes
    UIElement
  95. def size: Dimension

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

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

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

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

    Permalink
    Definition Classes
    UIElement
  100. def tooltip: String

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

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

    Permalink
    Definition Classes
    LazyPublisher → Publisher
  103. def update(src: AnyRef, data: libcog.AbstractFieldMemory, time: Long): Unit

    Permalink

    Update the display with new field data.

    Update the display with new field data.

    src

    The field or object that generated the data argument

    data

    New field data that needs to be rendered by this viewer

    Definition Classes
    VectorFieldSuperPanelViewer
  104. val vectorLength: Int

    Permalink
  105. def visible: Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Component
  112. def xmlToProperties(node: Node): Unit

    Permalink

    Parses the XML tag produced by the propertiesTag method and restores any saved valued to this Viewer.

    Parses the XML tag produced by the propertiesTag method and restores any saved valued to this Viewer.

    Definition Classes
    Viewer
  113. def yLayoutAlignment: Double

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

    Permalink
    Definition Classes
    Component
  115. var zDelta: Float

    Permalink

    Zooming field.

  116. def zoomIn(): Unit

    Permalink
    Definition Classes
    VectorFieldSuperPanelZoomable
  117. def zoomOut(): Unit

    Permalink
    Definition Classes
    VectorFieldSuperPanelZoomable

Inherited from RestorableState

Inherited from Zoomable

Inherited from EventDrivenViewer

Inherited from ProbeListener

Inherited from Viewer

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