lemon/graph_to_eps.h
changeset 2174 f9e43b5cc617
parent 2172 4b25e7003868
child 2178 0d7c0f96a5ee
     1.1 --- a/lemon/graph_to_eps.h	Thu Aug 10 12:26:29 2006 +0000
     1.2 +++ b/lemon/graph_to_eps.h	Thu Aug 10 13:52:56 2006 +0000
     1.3 @@ -144,7 +144,7 @@
     1.4  			  bool _pros=false) :
     1.5      g(_g), os(_os),
     1.6      _coords(xy<double>(1,1)), _nodeSizes(1.0), _nodeShapes(0),
     1.7 -    _nodeColors(Color(1,1,1)), _edgeColors(Color(0,0,0)),
     1.8 +    _nodeColors(WHITE), _edgeColors(BLACK),
     1.9      _edgeWidths(1), _edgeWidthScale(0.3),
    1.10      _nodeScale(1.0), _xBorder(10), _yBorder(10), _scale(1.0),
    1.11      _nodeBorderQuotient(.1),
    1.12 @@ -155,7 +155,7 @@
    1.13      _showNodePsText(false), _nodePsTexts(false), _nodePsTextsPreamble(0),
    1.14      _undirected(false),
    1.15      _pleaseRemoveOsStream(_pros), _scaleToA4(false),
    1.16 -    _nodeTextColorType(SAME_COL), _nodeTextColors(Color(0,0,0)),
    1.17 +    _nodeTextColorType(SAME_COL), _nodeTextColors(BLACK),
    1.18      _autoNodeScale(false),
    1.19      _autoEdgeWidthScale(false),
    1.20      _negY(false)