graph_displayer_canvas.h
changeset 157 7e6ad28aeb9e
parent 156 c5cdf6690cdf
child 160 14a76109b561
     1.1 --- a/graph_displayer_canvas.h	Thu Sep 28 14:32:40 2006 +0000
     1.2 +++ b/graph_displayer_canvas.h	Mon Oct 02 18:52:00 2006 +0000
     1.3 @@ -287,10 +287,10 @@
     1.4    int getActualTool();
     1.5  
     1.6    ///Sets node representation settings
     1.7 -  void setNodeView(bool, bool, double, double, double);
     1.8 +  void setView(bool, bool, double, double);
     1.9  
    1.10    ///Gets node representation settings
    1.11 -  void getNodeView(bool &, bool &, double&, double&, double&);
    1.12 +  void getView(bool &, bool &, double&, double&);
    1.13  
    1.14    ///draws the graph
    1.15  
    1.16 @@ -392,14 +392,11 @@
    1.17    ///to store the zoom factor when it was "fixed"
    1.18    double fixed_zoom_factor;
    1.19    
    1.20 -  ///Minimum node radius
    1.21 -  double radius_min;
    1.22 +  ///Node radius size
    1.23 +  double radius_size;
    1.24  
    1.25 -  ///Maximum node radius
    1.26 -  double radius_max;
    1.27 -
    1.28 -  ///Node radius unit
    1.29 -  double radius_unit;
    1.30 +  ///Edge width
    1.31 +  double edge_width;
    1.32  
    1.33  private:
    1.34