Thread: [graphl-cvs] graphl/config config.rdf netznetz-config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-11-30 09:39:03
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27170/config Modified Files: config.rdf netznetz-config.rdf Log Message: - FEATURE: added menu to choose/switch configuration at runtime - FEATURE: extension of config.rdf to include two sample configurations - FEATURE: extended built-in vocabularies - FEATURE: RepulsionNodeLayouter has configurable strength - BUG: fixed context menu for macs - BUG: fixed cloning of BoxNodePainter - API: added Edge.invert() - API: added FacetRegistry.updateFacets() - REFACTOR: moved default facet selection to context menu - REFACTOR: removed GraphlPane.getScreenPointForNode() calls (use only graph coords) - MISC: misc. minor bugfixes and restructuring Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** config.rdf 5 Oct 2004 07:54:20 -0000 1.10 --- config.rdf 30 Nov 2004 09:38:51 -0000 1.11 *************** *** 20,29 **** > ! <!--<graphl:Configuration> ! <rdf:seeAlso rdf:about="facets.rdf"/> ! <rdf:seeAlso rdf:about="vocabularies.rdf"/> ! </graphl:Configuration>--> ! ! <graphl:Configuration> <graphl:availableNodeLayouters> --- 20,28 ---- > ! <graphl:Configuration ! graphl:name="Default" ! graphl:public="true" ! graphl:default="true" ! rdf:nodeID="defaultConfig"> <graphl:availableNodeLayouters> *************** *** 123,127 **** <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#fffaa8"> <graphl:labelGenerator> <graphl:LabelGenerator> --- 122,127 ---- <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#f0f0f0" ! graphl:stroke="1.0"> <graphl:labelGenerator> <graphl:LabelGenerator> *************** *** 172,186 **** <graphl:defaultEdgePainter> <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter"/> </graphl:defaultEdgePainter> <graphl:defaultNodeLayouter> <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter"/> </graphl:defaultNodeLayouter> <graphl:defaultEdgeLayouter> <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"/> </graphl:defaultEdgeLayouter> --- 172,193 ---- <graphl:defaultEdgePainter> <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="true" ! graphl:paintLabel="true" ! graphl:color="#000000" ! graphl:labelColor="#000000"/> </graphl:defaultEdgePainter> <graphl:defaultNodeLayouter> <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter" ! graphl:strength="1.0"/> </graphl:defaultNodeLayouter> <graphl:defaultEdgeLayouter> <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter" ! graphl:defaultLength="40.0" ! graphl:rigidity="1.0"/> </graphl:defaultEdgeLayouter> *************** *** 190,194 **** <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#66ff66"> <graphl:labelGenerator> <graphl:LabelGenerator> --- 197,204 ---- <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#d0d0d0" ! graphl:borderColor="#000000" ! graphl:font="14" ! graphl:borderStroke="1.5"> <graphl:labelGenerator> <graphl:LabelGenerator> *************** *** 196,214 **** <rdf:List> <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="Person: "/> </rdf:first> <rdf:rest> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet graphl:labelFacetType="Property" graphl:labelFacetValue="&foaf;name"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> </rdf:rest> </rdf:List> --- 206,243 ---- <rdf:List> <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> </rdf:first> <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&foaf;Person"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#d0d0d0" ! graphl:borderColor="#000000" ! graphl:font="14" ! graphl:borderStroke="1.5 5 2"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet graphl:labelFacetType="Property" graphl:labelFacetValue="&foaf;name"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> </rdf:rest> </rdf:List> *************** *** 217,221 **** </graphl:labelGenerator> <graphl:assignedToType> ! <rdfs:Class rdf:about="&foaf;Person"/> </graphl:assignedToType> </graphl:NodePainter> --- 246,286 ---- </graphl:labelGenerator> <graphl:assignedToType> ! <rdfs:Class rdf:about="&foaf;Group"/> ! </graphl:assignedToType> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&foaf;Organization"/> ! </graphl:assignedToType> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&foaf;Project"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#f9f9f9" ! graphl:borderColor="#d0d0d0" ! graphl:textColor="#909090" ! graphl:borderStroke="1.0" ! graphl:useBorderColor="true" ! graphl:roundRect="false"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&foaf;Document"/> </graphl:assignedToType> </graphl:NodePainter> *************** *** 273,276 **** --- 338,384 ---- <rdf:li> <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" + graphl:baseColor="#f0f0f0"> + <graphl:labelGenerator> + <graphl:LabelGenerator> + <graphl:labelFacets> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="Property" + graphl:labelFacetValue="&graphl;labelFacetType"/> + </rdf:first> + <rdf:rest> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="String" + graphl:labelFacetValue=" "/> + </rdf:first> + <rdf:rest> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="Property" + graphl:labelFacetValue="&graphl;labelFacetValue"/> + </rdf:first> + <rdf:rest> + <rdf:nil/> + </rdf:rest> + </rdf:List> + </rdf:rest> + </rdf:List> + </rdf:rest> + </rdf:List> + </graphl:labelFacets> + </graphl:LabelGenerator> + </graphl:labelGenerator> + <graphl:assignedToType> + <rdfs:Class rdf:about="&graphl;LabelFacet"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> + <rdf:li> + <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" graphl:method="property" *************** *** 302,305 **** --- 410,423 ---- </graphl:NodePainter> </rdf:li> + <rdf:li> + <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" + graphl:shape="circle" + graphl:color="#ff0000"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;nil"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> </rdf:Bag> </graphl:assignedNodePainters> *************** *** 310,316 **** <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> - <!--<graphl:assignedToType> - <rdfs:Class rdf:about="&rdfs;Class"/> - </graphl:assignedToType>--> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;nil"/> --- 428,431 ---- *************** *** 357,363 **** </graphl:assignedToType> <graphl:assignedToType> - <rdf:Property rdf:about="&rdfs;range"/> - </graphl:assignedToType> - <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> --- 472,475 ---- *************** *** 390,393 **** --- 502,516 ---- </graphl:EdgePainter> </rdf:li> + <rdf:li> + <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" + graphl:paintArrow="true" + graphl:paintLabel="false" + graphl:stroke="1.5 5 5"> + <graphl:assignedToType> + <rdf:Property rdf:about="&foaf;knows"/> + </graphl:assignedToType> + </graphl:EdgePainter> + </rdf:li> <rdf:li> <graphl:EdgePainter *************** *** 399,405 **** <rdf:Property rdf:about="&rdf;first"/> </graphl:assignedToType> - <graphl:assignedToType> - <rdf:Property rdf:about="&graphl;connectedTo"/> - </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> --- 522,525 ---- *************** *** 473,475 **** --- 593,689 ---- </graphl:Configuration> + + <graphl:Configuration + graphl:name="Hide Schema" + graphl:public="true" + rdf:nodeID="hideSchemaConfig"> + + <graphl:basedOn rdf:nodeID="defaultConfig"/> + + <graphl:assignedNodePainters> + <rdf:Bag> + <rdf:li> + <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdfs;Class"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;Property"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> + </rdf:Bag> + </graphl:assignedNodePainters> + + + <graphl:assignedNodeLayouters> + <rdf:Bag> + <rdf:li> + <graphl:NodeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdfs;Class"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;Property"/> + </graphl:assignedToType> + </graphl:NodeLayouter> + </rdf:li> + </rdf:Bag> + </graphl:assignedNodeLayouters> + + <graphl:assignedEdgePainters> + <rdf:Bag> + <rdf:li> + <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.InvisibleEdgePainter"> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdf;type"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;isDefinedBy"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;range"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;subClassOf"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;subPropertyOf"/> + </graphl:assignedToType> + </graphl:EdgePainter> + </rdf:li> + </rdf:Bag> + </graphl:assignedEdgePainters> + + <graphl:assignedEdgeLayouters> + <rdf:Bag> + <rdf:li> + <graphl:EdgeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdf;type"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;range"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;isDefinedBy"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;subClassOf"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdfs;subPropertyOf"/> + </graphl:assignedToType> + </graphl:EdgeLayouter> + </rdf:li> + + </rdf:Bag> + </graphl:assignedEdgeLayouters> + + </graphl:Configuration> + </rdf:RDF> \ No newline at end of file Index: netznetz-config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/netznetz-config.rdf,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** netznetz-config.rdf 19 Oct 2004 16:10:23 -0000 1.2 --- netznetz-config.rdf 30 Nov 2004 09:38:51 -0000 1.3 *************** *** 168,172 **** <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#e0e0e0" graphl:borderColor="#000000" graphl:font="Verdana-14" --- 168,172 ---- <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#d0d0d0" graphl:borderColor="#000000" graphl:font="Verdana-14" *************** *** 197,203 **** <rdfs:Class rdf:about="&foo;School"/> </graphl:assignedToType> - <!-- <graphl:assignedToType> - <rdfs:Class rdf:about="&foaf;Person"/> - </graphl:assignedToType>--> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Group"/> --- 197,200 ---- *************** *** 218,222 **** graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#e0e0e0" ! graphl:borderColor="#990033" graphl:font="Verdana-14" graphl:borderStroke="1.0"> --- 215,219 ---- graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#e0e0e0" ! graphl:borderColor="#000000" graphl:font="Verdana-14" graphl:borderStroke="1.0"> *************** *** 319,332 **** <rdf:li> <graphl:NodePainter - graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" - graphl:method="property" - graphl:property="↦image"> - <graphl:assignedToType> - <rdfs:Class rdf:about="↦Map"/> - </graphl:assignedToType> - </graphl:NodePainter> - </rdf:li> - <rdf:li> - <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" graphl:shape="X"> --- 316,319 ---- *************** *** 339,354 **** </graphl:NodePainter> </rdf:li> - <rdf:li> - <graphl:NodePainter - graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" - graphl:shape="circle"> - <graphl:assignedToType> - <rdfs:Class rdf:about="&rdf;List"/> - </graphl:assignedToType> - <graphl:assignedToType> - <rdfs:Class rdf:about="&rdf;Bag"/> - </graphl:assignedToType> - </graphl:NodePainter> - </rdf:li> </rdf:Bag> </graphl:assignedNodePainters> --- 326,329 ---- *************** *** 370,394 **** </graphl:NodeLayouter> </rdf:li> - <rdf:li> - <graphl:NodeLayouter - graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" - graphl:method="property" - graphl:property="↦coverage" - graphl:draggable="false"> - <graphl:assignedToType> - <rdfs:Class rdf:about="↦Map"/> - </graphl:assignedToType> - </graphl:NodeLayouter> - </rdf:li> - <!-- <rdf:li> - <graphl:NodeLayouter - graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" - graphl:method="geo" - graphl:draggable="false"> - <graphl:assignedToType> - <rdfs:Class rdf:about="&geo;Point"/> - </graphl:assignedToType> - </graphl:NodeLayouter> - </rdf:li>--> </rdf:Bag> </graphl:assignedNodeLayouters> --- 345,348 ---- *************** *** 398,413 **** <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="1.0 1 5"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> </graphl:EdgePainter> --- 352,383 ---- <rdf:li> <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.InvisibleEdgePainter"> + <graphl:assignedToType> + <rdf:Property rdf:about="&rdf;type"/> + </graphl:assignedToType> + </graphl:EdgePainter> + </rdf:li> + <rdf:li> + <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="0.33" ! graphl:color="#000000" ! graphl:labelColor="#666666"> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;workInfoHomepage"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;homepage"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;schoolHomepage"/> ! </graphl:assignedToType> ! <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;workplaceHomepage"/> ! </graphl:assignedToType> ! <graphl:assignedToType> ! <rdf:Property rdf:about="&foo;address"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 416,428 **** <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="1.0 5 5" ! graphl:color="#ff0000"> ! <graphl:assignedToType> ! <rdf:Property rdf:about="&owl;inverseOf"/> ! </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&owl;disjointWith"/> </graphl:assignedToType> </graphl:EdgePainter> --- 386,396 ---- <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="true" graphl:paintLabel="false" ! graphl:stroke="1 10 10" ! graphl:color="#000000" ! graphl:labelColor="#666666"> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;knows"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 433,450 **** graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="0.33" graphl:color="#000000" graphl:labelColor="#666666"> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;workInfoHomepage"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;homepage"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;schoolHomepage"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;workplaceHomepage"/> </graphl:assignedToType> </graphl:EdgePainter> --- 401,428 ---- graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="1.8" graphl:color="#000000" graphl:labelColor="#666666"> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;member"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&foaf;currentProject"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&foo;memberOf"/> </graphl:assignedToType> + </graphl:EdgePainter> + </rdf:li> + <rdf:li> + <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" + graphl:paintArrow="true" + graphl:paintLabel="false" + graphl:stroke="1.8" + graphl:color="#000000" + graphl:labelColor="#666666"> <graphl:assignedToType> ! <rdf:Property rdf:about="&foo;subGroupOf"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 462,474 **** </graphl:assignedToType> <graphl:assignedToType> - <rdf:Property rdf:about="&rdfs;range"/> - </graphl:assignedToType> - <graphl:assignedToType> - <rdf:Property rdf:about="&rdfs;isDefinedBy"/> - </graphl:assignedToType> - <graphl:assignedToType> - <rdf:Property rdf:about="&owl;disjointWith"/> - </graphl:assignedToType> - <graphl:assignedToType> <rdf:Property rdf:about="&foaf;knows"/> </graphl:assignedToType> --- 440,443 ---- *************** *** 493,515 **** </graphl:EdgeLayouter> </rdf:li> - <rdf:li> - <graphl:EdgeLayouter - graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" - graphl:direction="right"> - <graphl:assignedToType> - <rdf:Property rdf:about="&rdf;rest"/> - </graphl:assignedToType> - </graphl:EdgeLayouter> - </rdf:li> - <rdf:li> - <graphl:EdgeLayouter - graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" - graphl:direction="down" - graphl:length="40.0"> - <graphl:assignedToType> - <rdf:Property rdf:about="&rdf;first"/> - </graphl:assignedToType> - </graphl:EdgeLayouter> - </rdf:li> </rdf:Bag> </graphl:assignedEdgeLayouters> --- 462,465 ---- |
From: Flo L. <fl...@us...> - 2006-06-08 13:15:47
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv17343/config Modified Files: config.rdf Removed Files: netznetz-config.rdf Log Message: a lot of changes done a long time ago... changelog has to be updated another time :( Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** config.rdf 18 Dec 2005 13:29:13 -0000 1.16 --- config.rdf 8 Jun 2006 13:15:00 -0000 1.17 *************** *** 420,424 **** graphl:baseColor="#f0f0f0" graphl:stroke="1.0" ! graphl:label="concat('[ ',graphl:guessName(rdf:type/to/@rdf:id),' ] ',graphl:guessName(@rdf:id))"> </graphl:NodePainter> </graphl:defaultNodePainter> --- 420,424 ---- graphl:baseColor="#f0f0f0" graphl:stroke="1.0" ! graphl:label="concat('[ ',graphl:name(rdf:type/to/@rdf:id),' ] ',graphl:name(@rdf:id))"> </graphl:NodePainter> </graphl:defaultNodePainter> *************** *** 431,435 **** graphl:color="#000000" graphl:labelColor="#000000" ! graphl:label="graphl:guessName(@graphl:type)"/> </graphl:defaultEdgePainter> --- 431,435 ---- graphl:color="#000000" graphl:labelColor="#000000" ! graphl:label="graphl:name(@graphl:type)"/> </graphl:defaultEdgePainter> *************** *** 443,447 **** <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter" ! graphl:defaultLength="40.0" graphl:rigidity="1.0"/> </graphl:defaultEdgeLayouter> --- 443,447 ---- <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter" ! graphl:length="300.0" graphl:rigidity="1.0"/> </graphl:defaultEdgeLayouter> *************** *** 503,507 **** graphl:roundRect="false" graphl:font="Dialog-8" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Document"/> --- 503,507 ---- graphl:roundRect="false" graphl:font="Dialog-8" ! graphl:label="graphl:name(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Document"/> *************** *** 513,517 **** graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#e0e0e0" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> --- 513,517 ---- graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#e0e0e0" ! graphl:label="graphl:name(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> *************** *** 523,527 **** graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> --- 523,527 ---- graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0" ! graphl:label="graphl:name(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> *************** *** 721,725 **** graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" graphl:direction="down" ! graphl:length="40.0"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;first"/> --- 721,725 ---- graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" graphl:direction="down" ! graphl:length="100.0"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;first"/> --- netznetz-config.rdf DELETED --- |