Package inet.visualizer.common

Name Type Description
InfoCanvasVisualizer simple module

This module visualizes some information of a submodule for each network node on a 2D canvas.

InfoOsgVisualizer simple module

This module visualizes some information of a submodule for each network node on a 3D osg scene.

InfoVisualizer compound module

This module integrates canvas and osg info visualizers into a single module.

PacketDropCanvasVisualizer simple module

This module visualizes packet drops on a 2D canvas. It displays an icon for each packet drop in the network. See the documentation of the base module for what constitutes a packet drop.

PacketDropOsgVisualizer simple module

This module visualizes packet drops on a 3D osg scene. It displays an icon for each packet drop in the network. See the documentation of the base module for what constitutes a packet drop.

PacketDropVisualizer compound module

This module integrates canvas and osg packet drop visualizers into a single module.

QueueCanvasVisualizer simple module

This module visualizes queues on a 2D canvas.

QueueOsgVisualizer simple module

This module visualizes queues on a 3D osg scene.

QueueVisualizer compound module

This module integrates canvas and osg queue visualizers into a single module.

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.