COIN-OR::LEMON - Graph Library

Changeset 2174:f9e43b5cc617 in lemon-0.x for lemon/graph_to_eps.h


Ignore:
Timestamp:
08/10/06 15:52:56 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2889
Message:

Some color constants added (BLACK, WHITE, RED etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/graph_to_eps.h

    r2172 r2174  
    145145    g(_g), os(_os),
    146146    _coords(xy<double>(1,1)), _nodeSizes(1.0), _nodeShapes(0),
    147     _nodeColors(Color(1,1,1)), _edgeColors(Color(0,0,0)),
     147    _nodeColors(WHITE), _edgeColors(BLACK),
    148148    _edgeWidths(1), _edgeWidthScale(0.3),
    149149    _nodeScale(1.0), _xBorder(10), _yBorder(10), _scale(1.0),
     
    156156    _undirected(false),
    157157    _pleaseRemoveOsStream(_pros), _scaleToA4(false),
    158     _nodeTextColorType(SAME_COL), _nodeTextColors(Color(0,0,0)),
     158    _nodeTextColorType(SAME_COL), _nodeTextColors(BLACK),
    159159    _autoNodeScale(false),
    160160    _autoEdgeWidthScale(false),
Note: See TracChangeset for help on using the changeset viewer.