Changeset 2174:f9e43b5cc617 in lemon-0.x for lemon/graph_to_eps.h
- Timestamp:
- 08/10/06 15:52:56 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_to_eps.h
r2172 r2174 145 145 g(_g), os(_os), 146 146 _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), 148 148 _edgeWidths(1), _edgeWidthScale(0.3), 149 149 _nodeScale(1.0), _xBorder(10), _yBorder(10), _scale(1.0), … … 156 156 _undirected(false), 157 157 _pleaseRemoveOsStream(_pros), _scaleToA4(false), 158 _nodeTextColorType(SAME_COL), _nodeTextColors( Color(0,0,0)),158 _nodeTextColorType(SAME_COL), _nodeTextColors(BLACK), 159 159 _autoNodeScale(false), 160 160 _autoEdgeWidthScale(false),
Note: See TracChangeset
for help on using the changeset viewer.