Uses of Class
performancemonster.graph.coloring.ColorRule

Packages that use ColorRule
performancemonster.graph.coloring   
 

Uses of ColorRule in performancemonster.graph.coloring
 

Methods in performancemonster.graph.coloring that return ColorRule
 ColorRule ColorRule.copy()
          Creates a copy of this ColorRule, except for the listeners.
 ColorRule Colorer.getColorRule(int index)
           
 

Methods in performancemonster.graph.coloring that return types with arguments of type ColorRule
 java.util.List<ColorRule> Colorer.getColorRules()
           
 

Methods in performancemonster.graph.coloring with parameters of type ColorRule
 void Colorer.appendColorRule(ColorRule colorRule)
           
 boolean Colorer.contains(ColorRule colorRule)
           
 void Colorer.moveDown(ColorRule colorRule)
           
 void Colorer.moveUp(ColorRule colorRule)
           
 void Colorer.removeColorRule(ColorRule colorRule)
           
 



Copyright © 2005 Ole Friis. All Rights Reserved.