| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>yEd Graph Editor</title> |
|---|
| 4 | |
|---|
| 5 | <style type="text/css"> |
|---|
| 6 | |
|---|
| 7 | body { font-family:sans-serif; margin:1.0cm; background-color:white; } |
|---|
| 8 | |
|---|
| 9 | h1 { 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 | |
|---|
| 11 | h2 { margin-top:1cm;border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:black; font-size:21px; margin-bottom:18px; } |
|---|
| 12 | |
|---|
| 13 | h3{ margin-left:1.0cm; font-size:16px; } |
|---|
| 14 | |
|---|
| 15 | h4 { margin-left:1.0cm; font-size:13px; } |
|---|
| 16 | |
|---|
| 17 | ol,ul,li,div,td,th,address,blockquote { margin-left:0.5cm; font-size:13px; } |
|---|
| 18 | |
|---|
| 19 | p { margin-left:1cm; margin-right:5mm; font-size:13px; text-align:justify;} |
|---|
| 20 | |
|---|
| 21 | p.figure {font-size:12px;} |
|---|
| 22 | |
|---|
| 23 | li { margin-top:3px; } |
|---|
| 24 | |
|---|
| 25 | code,kbd,tt { font-family:Courier New,Courier; color:#0000C0; } |
|---|
| 26 | |
|---|
| 27 | var { font-style:normal; color:#0000C0; } |
|---|
| 28 | |
|---|
| 29 | blockquote,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 | |
|---|
| 44 | table { padding-top:0.5cm; } |
|---|
| 45 | |
|---|
| 46 | pre.normal { color:#000000; } |
|---|
| 47 | |
|---|
| 48 | td { |
|---|
| 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> |
|---|
| 62 | This is version 2.2.1 of the yEd Graph Editor. |
|---|
| 63 | </p> |
|---|
| 64 | <p> |
|---|
| 65 | yEd is a general purpose Graph Editor that can be used to |
|---|
| 66 | create, view and layout diagrams. It exhibits many of the |
|---|
| 67 | features provided by the <a href="http://www.yworks.com/products/yfiles">graph visualization library |
|---|
| 68 | yFiles</a>. |
|---|
| 69 | </p> |
|---|
| 70 | |
|---|
| 71 | <p> |
|---|
| 72 | yEd is a product of the diagraming company <a href="http://www.yworks.com">yWorks GmbH</a>. |
|---|
| 73 | </p> |
|---|
| 74 | <p> |
|---|
| 75 | The <a href="LICENSE.html">yEd License Agreement</a> applies to this software. |
|---|
| 76 | You must read and accept this license before using yEd. |
|---|
| 77 | </p> |
|---|
| 78 | |
|---|
| 79 | |
|---|
| 80 | <h2>Starting the Graph Editor</h2> |
|---|
| 81 | |
|---|
| 82 | <p> |
|---|
| 83 | Open 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> |
|---|
| 87 | Optionally start the editor for a given graph in YGF or GML format: |
|---|
| 88 | <br><br> |
|---|
| 89 | <code>java -jar yed.jar <graphfile></code> |
|---|
| 90 | <br><p> |
|---|
| 91 | </p><p> |
|---|
| 92 | Under Windows you can simply doubleclick "yed.jar" in the the explorer |
|---|
| 93 | window. This may not work if executable jar files have not the right |
|---|
| 94 | file 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 |
|---|
| 104 | enabled. There will be no tree view of the nodes and no hierarchy menu entry. |
|---|
| 105 | <td> |
|---|
| 106 | </tr> |
|---|
| 107 | <tr> |
|---|
| 108 | <td><graphfile></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> |
|---|
| 118 | If you get an OutOfMemoryException try starting the application |
|---|
| 119 | with an additional argument: |
|---|
| 120 | <br> |
|---|
| 121 | <code>java -Xmx256m -jar yed.jar</code> |
|---|
| 122 | </li> |
|---|
| 123 | |
|---|
| 124 | <li> |
|---|
| 125 | If yEd starts up in German (Deutsch) then switching to an English localization |
|---|
| 126 | can 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 | |
|---|