slib.sglib.io.plotter
Class GraphPlotter_Graphviz

java.lang.Object
  extended by slib.sglib.io.plotter.GraphPlotter_Graphviz

public class GraphPlotter_Graphviz
extends Object

TODO modification shape utilser rectangle changer la couleur des noeuds ajoutes en blanc ajouter label aux ids de la GO coloration des liens http://www.ensembl.org/Homo_sapiens/Transcript/Ontology/Image?db=core;g=ENSG00000139618;r=13:32889611-32973805;t=ENST00000380152 subclass of -> isa; part-of en bleu

Author:
seb

Constructor Summary
GraphPlotter_Graphviz()
           
 
Method Summary
static String plot(slib.sglib.model.graph.G graph, Set<org.openrdf.model.URI> VertexUriColored, boolean showLabels)
           
static String plot(slib.sglib.model.graph.G graph, Set<org.openrdf.model.URI> VertexColored, boolean showLabels, slib.indexer.IndexHash index)
           
static String splitString(String in, int max_num_per_string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPlotter_Graphviz

public GraphPlotter_Graphviz()
Method Detail

plot

public static String plot(slib.sglib.model.graph.G graph,
                          Set<org.openrdf.model.URI> VertexUriColored,
                          boolean showLabels)
Parameters:
graph -
VertexUriColored -
showLabels -
Returns:

plot

public static String plot(slib.sglib.model.graph.G graph,
                          Set<org.openrdf.model.URI> VertexColored,
                          boolean showLabels,
                          slib.indexer.IndexHash index)
Parameters:
graph -
VertexColored -
showLabels -
index -
Returns:

splitString

public static String splitString(String in,
                                 int max_num_per_string)
Parameters:
in -
max_num_per_string -
Returns:


Copyright © 2013. All Rights Reserved.