graph_displayer_canvas.h
changeset 179 1f436ea3ef4f
parent 177 40f3006fba2e
child 184 4e8704aae278
     1.1 --- a/graph_displayer_canvas.h	Mon Oct 30 15:43:13 2006 +0000
     1.2 +++ b/graph_displayer_canvas.h	Mon Nov 06 15:40:44 2006 +0000
     1.3 @@ -145,6 +145,11 @@
     1.4    ///destructor of the class
     1.5    virtual ~GraphDisplayerCanvas();
     1.6  
     1.7 +  ///Returns a color of the rainbow based on a map value and the min and max value of the given map
     1.8 +
     1.9 +  ///min and max is purple, between them there is a linear assign
    1.10 +  Gdk::Color rainbowColorCounter(double, double, double);
    1.11 +
    1.12    ///Changes the width of edge(s) according to the given map.
    1.13  
    1.14    ///\param mapname is the name of the map which contains the values to be set