Uses of Interface
org.keridwen.modelling.monitoring.visualizer.Visualizer

Packages that use Visualizer
org.keridwen.modelling.monitoring.model   
org.keridwen.modelling.monitoring.util   
org.keridwen.modelling.monitoring.visualizer   
 

Uses of Visualizer in org.keridwen.modelling.monitoring.model
 

Methods in org.keridwen.modelling.monitoring.model that return types with arguments of type Visualizer
protected  List<Visualizer> AbstractMonitoringModel.getVisualizerListenerList()
           
 

Methods in org.keridwen.modelling.monitoring.model with parameters of type Visualizer
 void MonitoringModel.addVisualizer(Visualizer visualizer)
          Add the visualizer(which displays the curves, spectrograms, ...) to the current perspective.
 void AbstractMonitoringModel.addVisualizer(Visualizer visualizer)
           
 void MonitoringModel.addVisualizerListener(Visualizer listener)
          Add an object which listen the monitoring model.
 void AbstractMonitoringModel.addVisualizerListener(Visualizer listener)
           
 void MonitoringModel.removeVisualizerListener(Visualizer listener)
          Remove an object which listen the monitoring model.
 void AbstractMonitoringModel.removeVisualizerListener(Visualizer listener)
           
 

Uses of Visualizer in org.keridwen.modelling.monitoring.util
 

Methods in org.keridwen.modelling.monitoring.util with parameters of type Visualizer
 void ChartViewerConfigurationListener.notifyVisualizerAdded(Visualizer visualizer)
          Notify a Visualizer is added.
 void ChartViewerConfiguration.notifyVisualizerAdded(Visualizer visualizer)
           
 

Uses of Visualizer in org.keridwen.modelling.monitoring.visualizer
 

Classes in org.keridwen.modelling.monitoring.visualizer that implement Visualizer
 class AbstractLiveMonitoringMap2DViewer
          This abstract class pools concepts used to show a 2D map with JFreeChart technology.
 class LiveMonitoringCurvesTreeTableViewer
          This class is used to plot curves with the JFreeChart technology.
 class LiveMonitoringCurvesViewer
          This class is the user interface of the curves plotted when the simulation is monitoring in live to know informations about convergence criteria.
 class LiveMonitoringMap2DViewer
          This class is used to plot 2D map.
 class LiveMonitoringMap2DViewerComboBox
          This class is used to plot 2D map and a combo box which contains all MonitoringNode which can be represented like a 2D map.
 class LiveMonitoringPolyVisualizers
          This class is used to display several Visualizers in different tabs.
 class LiveMonitoringSpectrogramViewer
          This class is used to plot a spectrogram.
 



Copyright © 2012-2013 Artenum. All Rights Reserved.