Line
The Line object is deprecated in version 1.4. Use the new object Path instead. By setting
UI Object that displays a line or a number of conected lines. The source data must be a table with the x and y coodinates of vertices of the line. There must be at least two rows in the table.
Note that this object is different from the Lines object that draw a series of unconnected lines.
Example Line View
Example XML definition
<object class="Line" module="MY_MODULE" source="MY_OUTPUT" x="0" y="0" />
Attributes
Attribute | Description | Default |
---|---|---|
class | must be "Line" | |
x | placement of the object | |
y | placement of the object | |
w | width of the object | 1 |
h | height of the object | 1 |
module | name of the module to be visualized | |
source | name of the output to be visualized | |
color | color of the Line | "yelow" |
stroke_width | stroke width in pixels | 1 |
Author
Christian Balkenius
Lund University Cognitive Science
christian.balkenius@lucs.lu.se
Files
Line.js