[graphl-cvs] graphl/config config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-09-23 18:21:43
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10300/config Modified Files: config.rdf Log Message: * changed the GraphFacetRegistry to work with configuration nodes, not graphs * introduced new interface PropertySet Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config.rdf 23 Aug 2004 16:53:21 -0000 1.6 --- config.rdf 23 Sep 2004 18:21:34 -0000 1.7 *************** *** 204,207 **** --- 204,209 ---- </graphl:assignedToType> </graphl:NodePainter> + </rdf:li> + <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> *************** *** 242,245 **** --- 244,249 ---- </graphl:assignedToType> </graphl:EdgePainter> + </rdf:li> + <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" *************** *** 254,257 **** --- 258,263 ---- </graphl:assignedToType> </graphl:EdgePainter> + </rdf:li> + <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" |