| ... |
... |
@@ -3,10 +3,10 @@ |
| 3 |
3 |
|
| 4 |
4 |
|
| 5 |
5 |
(% class="confluence-link" %) |
| 6 |
|
-[[image:url:http://rtsys.informatik.uni-kiel.de/confluence/download/attachments/9471221/klighd.png?version=1&modificationDate=1403781377000&api=v2]] |
|
6 |
+[[image:attach:KLIGHD.png]] |
| 7 |
7 |
|
| 8 |
8 |
(% class="confluence-link" %) |
| 9 |
|
-For rendering graphical SCCharts you might want to use the [[attach:KLighD.jar]][[url:http://rtsys.informatik.uni-kiel.de/confluence/download/attachments/9471221/KLighD.jar?version=2&modificationDate=1405509294734&api=v2||shape="rect"]] as explained [[here>>doc:KIELER Command Line Rendering]]. |
|
9 |
+For rendering graphical SCCharts you might want to use the [[attach:KLighD.jar]] as explained here [[here>>doc:KIELER Command Line Rendering]]. |
| 10 |
10 |
If you like to use the KLighD HTTP server provided, then use |
| 11 |
11 |
|
| 12 |
12 |
{{{render.sccharts.com:80}}} |
| ... |
... |
@@ -19,7 +19,11 @@ |
| 19 |
19 |
|
| 20 |
20 |
==== Example call: ==== |
| 21 |
21 |
|
| 22 |
|
-{{{java -jar KLighD.jar render.sccharts.com -f somescchart.sct -o somescchart.png -s 3}}} |
|
22 |
+{{{java -jar KLighD.jar render.sccharts.com -f somescchart.sct -o somescchart.png -s 3 -f png}}} |
| 23 |
23 |
|
|
24 |
+ |
|
25 |
+ |
|
26 |
+NEW: You can use -f kgx to output in the KIELER Graph (KGraph) format. |
|
27 |
+ |
| 24 |
24 |
(% class="confluence-link" %) |
| 25 |
25 |
|