SCM Repository
[smlnj] / sml / branches / SMLNJ / src / MLRISC / visualization / graphLayout.sml |
Diff of /sml/branches/SMLNJ/src/MLRISC/visualization/graphLayout.sml
Parent Directory
|
Revision Log
|
Patch
revision 245, Sat Apr 17 18:47:12 1999 UTC | revision 411, Fri Sep 3 00:25:03 1999 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | (* | |
2 | * Here are some graph layout annotations. | |
3 | * | |
4 | * -- Allen | |
5 | *) | |
6 | ||
7 | structure GraphLayout = | structure GraphLayout = |
8 | struct | struct |
9 | ||
# | Line 10 | Line 16 |
16 | exception BACKARROW_COLOR of string | exception BACKARROW_COLOR of string |
17 | exception BORDER_COLOR of string | exception BORDER_COLOR of string |
18 | exception BORDERLESS | exception BORDERLESS |
19 | exception SHAPE of string | |
20 | exception ALGORITHM of string | exception ALGORITHM of string |
21 | exception EDGEPATTERN of string | exception EDGEPATTERN of string |
22 | ||
# | Line 28 | Line 35 |
35 | ||
36 | end | end |
37 | ||
(* | ||
* $Log$ | ||
*) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |