Package: inet.visualizer.contract
IStatisticVisualizer
module interfaceThis module interface allows configuring different IStatisticVisualizer submodules from INI files. Such a visualizer displays a statistic for multiple network nodes.
See also: StatisticCanvasVisualizer, StatisticOsgVisualizer, StatisticVisualizer, StatisticVisualizerBase
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Implemented by
Name | Type | Description |
---|---|---|
StatisticCanvasVisualizer | simple module |
This module visualizes statistics on a 2D canvas. See the base module for how to configure which statistic is displayed. If configured properly, then it displays the last value of the statistic to the right of the visualization of the corresponding network node. The value and the unit is wrapped in a filled white rectangle. |
StatisticOsgVisualizer | simple module |
This module visualizes a statistic on a 3D osg scene. See the base module for how to configure which statistic is displayed. If configured properly, then it displays the last value of the statistic just above the visualization of the corresponding network node. The value and the unit is wrapped in a filled rectangle. |
StatisticVisualizer | compound module |
This module integrates canvas and osg statistic visualizers into a single module. |
Used in compound modules
Name | Type | Description |
---|---|---|
IntegratedCanvasVisualizer | compound module |
This module integrates all canvas visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
IntegratedMultiCanvasVisualizer | compound module |
This module integrates all canvas visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
IntegratedMultiOsgVisualizer | compound module |
This module integrates all osg visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
IntegratedOsgVisualizer | compound module |
This module integrates all osg visualizers into a single module. It supports disabling any submodule visualizer by providing an empty string as its type. |
StatisticVisualizer | compound module |
This module integrates canvas and osg statistic visualizers into a single module. |
Properties
Name | Value | Description |
---|---|---|
display | i=block/app |
Source code
// // This module interface allows configuring different ~IStatisticVisualizer // submodules from INI files. Such a visualizer displays a statistic for // multiple network nodes. // // @see ~StatisticCanvasVisualizer, ~StatisticOsgVisualizer, ~StatisticVisualizer, ~StatisticVisualizerBase // moduleinterface IStatisticVisualizer { parameters: @display("i=block/app"); }File: src/inet/visualizer/contract/IStatisticVisualizer.ned