[graphl-cvs] graphl/config config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-10-04 10:46:17
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23024/config Modified Files: config.rdf Log Message: added node painters for rdf schema browsing Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.rdf 4 Oct 2004 10:21:06 -0000 1.8 --- config.rdf 4 Oct 2004 10:46:02 -0000 1.9 *************** *** 223,226 **** --- 223,276 ---- <rdf:li> <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" + graphl:baseColor="#e0e0e0"> + <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="&rdfs;Class"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> + <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="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="&rdf;Property"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> + <rdf:li> + <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" graphl:method="property" |