root / branches / multithread / lib / README_yed.html

Revision 2, 3.4 kB (checked in by jordi, 2 years ago)

Imported PlanetSim 3.0

Line 
1<html>
2<head>
3    <title>yEd Graph Editor</title>
4
5  <style type="text/css">
6
7body { font-family:sans-serif; margin:1.0cm; background-color:white; }
8
9h1 { font-family:serif; padding-left:0.5cm; padding-top:2mm; padding-bottom:2mm; margin-top:1cm; background-color:#b0b0b0; color:black; font-size:26px; margin-bottom:18px; }
10
11h2 { margin-top:1cm;border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:black; font-size:21px; margin-bottom:18px; }
12
13h3{ margin-left:1.0cm;  font-size:16px; }
14
15h4 { margin-left:1.0cm; font-size:13px; }
16
17ol,ul,li,div,td,th,address,blockquote { margin-left:0.5cm; font-size:13px; }
18
19p { margin-left:1cm; margin-right:5mm; font-size:13px; text-align:justify;}
20
21p.figure {font-size:12px;}
22
23li { margin-top:3px; }
24
25code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; }
26
27var { font-style:normal; color:#0000C0; }
28
29blockquote,cite { font-style:italic; }
30
31.code { font-family:Courier New,Courier; color:#0000C0; }
32
33.graphic {border-width:1px; border-style:solid; border-color:black;padding:2px; margin:2px;}
34
35.title {padding-left:0.5cm; padding-top:2mm; padding-bottom:2mm; margin-top:3cm; background-color:black; color:white; font-size:30px; margin-bottom:18px;}
36
37.copyright { 
38    font-size: 11px; 
39    font-style:italic; 
40    text-align:right;
41    margin-top:1cm;
42}
43
44table { padding-top:0.5cm; }
45
46pre.normal { color:#000000; }
47
48td { 
49    background-color:#f0f0f0;
50    vertical-align:top;
51}
52
53</style>
54
55</head>
56
57<body>
58
59<h1>yEd Graph Editor</h1>
60
61<p>
62This is version 2.2.1 of the yEd Graph Editor.
63</p>
64<p>
65yEd is a general purpose Graph Editor that can be used to
66create, view  and layout diagrams. It exhibits many of the
67features provided by the <a href="http://www.yworks.com/products/yfiles">graph visualization library
68yFiles</a>.
69</p>
70
71<p>
72yEd is a product of the diagraming company <a href="http://www.yworks.com">yWorks GmbH</a>.
73</p>
74<p>
75The <a href="LICENSE.html">yEd License Agreement</a> applies to this software.
76You must read and accept this license before using yEd.
77</p>
78
79
80<h2>Starting the Graph Editor</h2>
81
82<p>
83Open a console and change to <a href=".">this</a> directory. then type
84<br><br>
85<code>java -jar yed.jar</code>
86<br><br>
87Optionally start the editor for a given graph in YGF or GML format:
88<br><br>
89<code>java -jar yed.jar &lt;graphfile&gt;</code>
90<br><p>
91</p><p> 
92Under Windows you can simply doubleclick "yed.jar" in the the explorer
93window. This may not work if executable jar files have not the right
94file type associated.
95
96<h2>Command Line Arguments</h2>
97
98<p>
99<table>
100<th>Argument</th><th>Description</th>
101<tr>
102<td>-classic</td>
103<td>Starts YEd in classic mode, i.e. without the graph hierarchy feature
104enabled. There will be no tree view of the nodes and no hierarchy menu entry.
105<td>
106</tr>
107<tr>
108<td>&lt;graphfile&gt;</td>
109<td>Loads and display the specified ygf or gml file on program startup</td>
110</tr>
111</table>
112</p>
113
114<h2>Troubleshooting</h2> 
115
116<ol>
117<li>
118If you get an OutOfMemoryException try starting the application
119with an additional argument:
120<br>
121<code>java -Xmx256m -jar yed.jar</code>
122</li>
123
124<li>
125If yEd starts up in German (Deutsch) then switching to an English localization
126can be done by changing the setting in the menu [Datei->Einstellungen->Sprache] to English. After you restart yEd, the application will be fully localized in English.
127</li>
128</ol>
129
130<p>
131
132<p class="copyright">Copyright yWorks GmbH, 2001-2004. All rights reserved</p>
133
134</body>
135</html>
136
137
138
139
140
Note: See TracBrowser for help on using the browser.