Package: inet.visualizer.common
QueueCanvasVisualizer
simple moduleThis module visualizes queues on a 2D canvas.
See also: QueueOsgVisualizer, QueueVisualizer, QueueVisualizerBase, IQueueVisualizer
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description | 
|---|---|---|
| QueueVisualizerBase | simple module | 
 This is a base module for queue visualizer simple modules.  | 
   
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| visualizerTargetModule | string | " | 
      
 module path relative to the visualizer where the visualization should appear in the user interface, root module by default  | 
   
| tags | string | "" | 
 tag added to each visualization for disambiguation in the runtime environment  | 
   
| networkNodeVisualizerModule | string | "^.networkNodeVisualizer" | 
 module path to the network node visualizer module, refers to a sibling submodule by default  | 
   
| displayQueues | bool | false | |
| queueFilter | string | "**" | 
 which queues are considered, matches all queues by default  | 
   
| color | string | "blue" | |
| width | double | 8 | |
| height | double | 24 | |
| spacing | double | 2 | |
| placementHint | string | "right" | 
 annotation placement hint, space separated list of any, top, bottom, left, right, topLeft, topCenter, topRight, etc.  | 
   
| placementPriority | double | 0 | 
 determines the order of annotation positioning  | 
   
| zIndex | double | 10 | 
 determines the drawing order of figures relative to other visualizers  | 
   
Properties
| Name | Value | Description | 
|---|---|---|
| class | QueueCanvasVisualizer | |
| display | i=block/app_s | 
Source code
// // This module visualizes queues on a 2D canvas. // // @see ~QueueOsgVisualizer, ~QueueVisualizer, ~QueueVisualizerBase, ~IQueueVisualizer // simple QueueCanvasVisualizer extends QueueVisualizerBase like IQueueVisualizer { parameters: double zIndex = default(10); // determines the drawing order of figures relative to other visualizers @class(QueueCanvasVisualizer); }File: src/inet/visualizer/common/QueueCanvasVisualizer.ned