Uses of Class
performancemonster.graph.GraphModel

Packages that use GraphModel
performancemonster.analyzer   
performancemonster.external   
performancemonster.presentation.accumulatedcallgraph   
performancemonster.presentation.mainwindow   
performancemonster.presentation.overview   
performancemonster.presentation.stretchedcallgraph   
performancemonster.stretchedcallgraph   
 

Uses of GraphModel in performancemonster.analyzer
 

Constructors in performancemonster.analyzer with parameters of type GraphModel
LogAnalyzer(GraphModel model)
          Constructs a new LogAnalyzer which will update the given GraphModel as events are sent to this LogAnalyzer.
 

Uses of GraphModel in performancemonster.external
 

Constructors in performancemonster.external with parameters of type GraphModel
GraphExporter(GraphModel model)
           
GraphImporter(GraphModel model)
           
 

Uses of GraphModel in performancemonster.presentation.accumulatedcallgraph
 

Constructors in performancemonster.presentation.accumulatedcallgraph with parameters of type GraphModel
AccumulatedCallGraphPanel(GraphModel model)
           
 

Uses of GraphModel in performancemonster.presentation.mainwindow
 

Constructors in performancemonster.presentation.mainwindow with parameters of type GraphModel
MainWindow(GraphModel model)
           
 

Uses of GraphModel in performancemonster.presentation.overview
 

Constructors in performancemonster.presentation.overview with parameters of type GraphModel
MonsterGUI(GraphModel model)
           
 

Uses of GraphModel in performancemonster.presentation.stretchedcallgraph
 

Constructors in performancemonster.presentation.stretchedcallgraph with parameters of type GraphModel
StretchedCallGraphPanel(GraphModel model)
           
 

Uses of GraphModel in performancemonster.stretchedcallgraph
 

Constructors in performancemonster.stretchedcallgraph with parameters of type GraphModel
Analyzer(GraphModel model)
           
 



Copyright © 2005 Ole Friis. All Rights Reserved.