Uses of Interface
performancemonster.graph.GraphElement

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

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 GraphModel.putElement(GraphElement element)
           
 void GraphModel.removeElement(GraphElement element)
           
 

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)
           
 



Copyright © 2005 Ole Friis. All Rights Reserved.