It would be a nice feature to have a tool plugin which
could load view parameters from an XML file.
Simple xml sample :
<?xml version="1.0"?>
<PyutView>
<diagram>
<background color="white"/>
</diagram>
<class name="aclass">
<position x="20" y="40"/>
<background color="red"/>
<border color="blue"/>
<Shade color="black" size="8"/>
</class>
</PyutView>
This would be useful to have a predefined format to
apply to a diagram just after an import (dtd import, code
reverse engineering, etc).
(Import/tool/format from XML)
CD