Uses of Class
de.cau.cs.kieler.kiml.grana.visualization.BoundVisualization

Packages that use BoundVisualization
de.cau.cs.kieler.kiml.grana.ui The graph analysis ui contributions. 
de.cau.cs.kieler.kiml.grana.views The graph analysis views. 
de.cau.cs.kieler.kiml.grana.visualization Classes that handle the visualization of analysis results. 
 

Uses of BoundVisualization in de.cau.cs.kieler.kiml.grana.ui
 

Method parameters in de.cau.cs.kieler.kiml.grana.ui with type arguments of type BoundVisualization
static String HtmlResultGenerator.generate(List<BoundVisualization> boundVisualizations)
          Generates html for the given analyses and results using the registered visualizers.
 void DialogVisualizationMethod.visualize(String type, List<BoundVisualization> visualizations)
          Performs the visualization using the given type and visualizers.
 void ViewVisualizationMethod.visualize(String type, List<BoundVisualization> visualizations)
          Performs the visualization using the given type and visualizers.
 

Constructor parameters in de.cau.cs.kieler.kiml.grana.ui with type arguments of type BoundVisualization
AnalysisResultDialog(Shell parentShell, List<BoundVisualization> boundVisualizations)
          Constructs the dialog.
 

Uses of BoundVisualization in de.cau.cs.kieler.kiml.grana.views
 

Method parameters in de.cau.cs.kieler.kiml.grana.views with type arguments of type BoundVisualization
 void AnalysisResultViewPart.setAnalysisResults(List<BoundVisualization> boundVisualizations)
          Sets the analysis results.
 

Uses of BoundVisualization in de.cau.cs.kieler.kiml.grana.visualization
 

Method parameters in de.cau.cs.kieler.kiml.grana.visualization with type arguments of type BoundVisualization
 void IVisualizationMethod.visualize(String type, List<BoundVisualization> visualizations)
          Performs the visualization using the given type and visualizers.