Vector FIeld

UI Object that displays a vector field.

the vectorfield object
Example Vector Field View

Example XML definition

  <object
    class="VectorField" 
    module="MY_MODULE" 
    source="MY_OUTPUT" 
    x="0" 
    y="0"
  />

Attributes

Attribute Description Default
class must be "VectorField"  
x placement of the object  
y placement of the object  
w width of the object 1
h height of the object 1
x_module name of the module to be visualized as a set of arrows  
x_source name of the output with the x part of the direction  
y_module name of the module to be visualized as a set of arrows  
y_source name of the output with the y part of the direction  
stroke_width stroke_width of the arrow 2
circle_color color of the circle draw behind the arrows "none"
title title of the object module.source
Attributes without default values must be specified except where described above.

Author

Christian Balkenius
Lund University Cognitive Science
christian.balkenius@lucs.lu.se

Files

VectorField.js