[ library(vis_structures) | Reference Manual | Alphabetic Index ]
struct visualizer(id, type, type_name, display, x, y, group, width, height, min, max)
describes the data structures for the visualizers
Fields
- id
- integer number of visualizer
- type
- term, contains call pattern to be visualized
- type_name
- atom, name of item to be visualized
- display
- atom (default minimal), influences how the visualizer will be shown
- x
- integer (default 0), x position in visualization where visualizer will be placed
- y
- integer (default 0),y position in visualiation where visualizer will be placed
- group
- group id number used for this visualizer
- width
- optional width of visualizer
- height
- optional height of visualizer
- min
- optional minimal value of variables
- max
- optional maximal value of variable
Description
This structure is used to store information about each visualizer. Some attributes can be set by the user (defined through argument_number/4
See Also
argument_number / 4