[Uml-devel] KDE/kdesdk/umbrello/umbrello/layouts
Ralf Habacker
ralf.habacker at gmail.com
Mon Mar 12 02:05:56 UTC 2012
SVN commit 1285089 by habacker:
Made state diagram dot export looking much better.
M +8 -9 state-export.desktop
--- trunk/KDE/kdesdk/umbrello/umbrello/layouts/state-export.desktop #1285088:1285089
@@ -1,25 +1,24 @@
[Desktop Entry]
Type=Service
Name=Export Layout
-Comment=Export Layout (renders vertical)
+Comment=Export Layout for State Diagrams
Comment[x-test]=xxExport Layoutxx
[X-UMBRELLO-Dot-Nodes]
type::initial=shape=circle
type::normal=shape=box,style=rounded
type::end=shape=doublecircle
-type::fork=style=filled,shape=box,fillcolor=black,width="0.03",label=""
-type::join=style=filled,shape=box,fillcolor=black,width="0.03",label=""
-#type::junction=
-#type::deepHistory=
-#type::shallowHistory=
+type::fork=style=filled,shape=box,fillcolor=black,width="0.1",label=""
+type::join=style=filled,shape=box,fillcolor=black,width="0.1",label=""
+type::junction=shape=circle,fillcolor=black,width="0.4",label=""
+type::deephistory=shape=circle,width="0.4",label="H*"
+type::shallowhistory=shape=circle,width="0.4",label="H"
type::choice=shape=diamond
type::default=shape=box
-# FIXME set label
[X-UMBRELLO-Dot-Edges]
# for visual representation
-visual::type::state=arrowhead=normal
+visual::type::state=arrowhead=normal,label=""
#visual::type::default=arrowhead=none,minlen=0.5
ranking::type::default=constraint=false
# id handling
@@ -32,4 +31,4 @@
[X-UMBRELLO-Dot-Settings]
origin=50,50
-generator=neato
+generator=circo
More information about the umbrello-devel
mailing list