Uses of Class
performancemonster.graph.coloring.Colorer

Packages that use Colorer
performancemonster.external   
performancemonster.graph.coloring   
performancemonster.presentation.colors   
 

Uses of Colorer in performancemonster.external
 

Constructors in performancemonster.external with parameters of type Colorer
ColorExporter(Colorer colorer)
           
ColorImporter(Colorer colorer)
           
 

Uses of Colorer in performancemonster.graph.coloring
 

Methods in performancemonster.graph.coloring that return Colorer
 Colorer Colorer.copy()
          Creates a copy of this Colorer, in order to make an "undo" operation possible by using the replaceWith(Colorer) method later.
 

Methods in performancemonster.graph.coloring with parameters of type Colorer
 void Colorer.replaceWith(Colorer other)
          Replaces the contents of this Colorer with the given one, except that listeners are not altered.
 

Uses of Colorer in performancemonster.presentation.colors
 

Constructors in performancemonster.presentation.colors with parameters of type Colorer
ColorGUI(Colorer colorer)
           
 



Copyright © 2005 Ole Friis. All Rights Reserved.