layout |
---|
page |
=============
<?xml version="1.0" encoding="UTF-8"?> <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:plist="http://www.apple.com/DTDs/PropertyList-1.0.dtd" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd"> <graph id="net1" edgedefault="directed"> <node id="geoin1"> <data> <plist:key>fileName</plist:key> <plist:string>bill.png<plist:string> </data> </node> <node id="transform1"> <data> <plist:key>tx</plist:key> <plist:real>10.0</plist:real> // support expressions? </data> </node> <node id="copy1"/> <node id="wiggle1"/> <edge source="wiggle1" target="copy1"/> // set source parameter? <edge source="copy1" target="transform1"/> <edge source="transform1" target="geoin1"/> </graph> </graphml>