Uses of Interface
performancemonster.graph.GraphElement

Packages that use GraphElement
performancemonster.graph   
performancemonster.graph.coloring   
performancemonster.presentation.graphelement   
performancemonster.stretchedcallgraph   
 

Uses of GraphElement in performancemonster.graph
 

Methods in performancemonster.graph that return types with arguments of type GraphElement
 java.util.Set<GraphElement> GraphModel.getElements()
           
 

Methods in performancemonster.graph with parameters of type GraphElement
 void GraphModelChangeListener.elementAdded(GraphElement element)
           
 void GraphModelChangeListener.elementReplaced(GraphElement oldElement, GraphElement newElement)
           
 void GraphModel.putElement(GraphElement element)
           
 void GraphModel.replaceElement(GraphElement oldElement, GraphElement newElement)
           
 

Uses of GraphElement in performancemonster.graph.coloring
 

Methods in performancemonster.graph.coloring with parameters of type GraphElement
 java.awt.Color Colorer.chooseBarColor(GraphElement element)
          Finds a bar color for the given GraphElement from the current rules.
 java.awt.Color Colorer.chooseBorderColor(GraphElement element)
          Finds a border color for the given GraphElement from the current rules.
 boolean ColorRule.matches(GraphElement element)
           
 

Uses of GraphElement in performancemonster.presentation.graphelement
 

Constructors in performancemonster.presentation.graphelement with parameters of type GraphElement
GraphElementFrame(GraphElement element)
           
 

Uses of GraphElement in performancemonster.stretchedcallgraph
 

Methods in performancemonster.stretchedcallgraph with parameters of type GraphElement
 Node Node.addChild(GraphElement element)
           
 Node ThreadNode.addChild(GraphElement element)
           
 void Analyzer.elementAdded(GraphElement element)
           
 void Analyzer.elementReplaced(GraphElement oldElement, GraphElement newElement)
           
 void MethodNode.updateInformation(GraphElement newElement)
           
 



Copyright © 2005 Ole Friis. All Rights Reserved.