Package com.gengoai.graph.io
Class GraphVizWriter<V>
- java.lang.Object
-
- com.gengoai.graph.io.GraphVizWriter<V>
-
- All Implemented Interfaces:
Serializable
public class GraphVizWriter<V> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphVizWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
setGraphProperty(String property, String value)
void
setGraphSize(double width, double height, boolean force)
void
setNodeProperty(String property, String value)
void
setNodeShape(String shape)
void
setRankDir(String rankidr)
void
write(@NonNull Graph<V> graph, @NonNull Resource location)
-
-
-
Method Detail
-
setGraphSize
public void setGraphSize(double width, double height, boolean force)
-
setNodeShape
public void setNodeShape(String shape)
-
setRankDir
public void setRankDir(String rankidr)
-
write
public void write(@NonNull @NonNull Graph<V> graph, @NonNull @NonNull Resource location) throws IOException
- Throws:
IOException
-
-