cogdebugger.ui.fieldvisualizations.vector
Toolbar for super panel.
String for displaying each 2D vector as a color pixel.
String for treating vector field as RGB planes.
String for displaying symmetric tensors.
String for displaying complex numbers as pseudo vectors.
String for displaying vectors geometrically.
String for displaying vector components.
Display options.
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!
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.
Reset the visualization.
Reset the visualization. An optional operation; subclasses must override this method or else it does nothing.
Restore this object to the state described in the given XML node.
Restore this object to the state described in the given XML node.
Encode the state of this object into an XML node.
Encode the state of this object into an XML node.
Update the display with new field data
.
Update the display with new field data
.
The field or object that generated the data
argument
New field data that needs to be rendered by this viewer
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.
Zooming field.
A panel for displaying vector fields that allows you to change the format of the display at runtime.