Table
UI Object that displays a table with the values of a matrix.
Example Table View
Example XML definition
<object class="Table" module="MY_MODULE" source="MY_OUTPUT" x="0" y="0" />
Attributes
Attribute | Description | Default |
---|---|---|
class | must be "Table" | |
title | title of the object | module.source |
x | placement of the object | |
y | placement of the object | |
w | width of the object | 1 |
h | height of the object | 1 |
color | stroke color of the numbers or color list | "#BABABA" |
positive_color | stroke color of the numbers with non-negative values | color |
negative_color | stroke color of the numbers with negative values | color |
font_size | size of the numbers | 11px |
decimals | number of decimals to show | 2 |
Attributes without default values must be specified except where described above. |
Author
Christian Balkenius
Lund University Cognitive Science
christian.balkenius@lucs.lu.se
Files
Table.js