Uses of Class
com.gengoai.graph.io.GraphViz.Format
-
Packages that use GraphViz.Format Package Description com.gengoai.graph.io -
-
Uses of GraphViz.Format in com.gengoai.graph.io
Methods in com.gengoai.graph.io that return GraphViz.Format Modifier and Type Method Description static GraphViz.Format
GraphViz.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static GraphViz.Format[]
GraphViz.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.gengoai.graph.io with parameters of type GraphViz.Format Modifier and Type Method Description GraphViz.GraphVizBuilder<V>
GraphViz.GraphVizBuilder. format(GraphViz.Format format)
void
GraphViz. setFormat(GraphViz.Format format)
Sets format.Constructors in com.gengoai.graph.io with parameters of type GraphViz.Format Constructor Description GraphViz(VertexEncoder<V> vertexEncoder, EdgeEncoder<V> edgeEncoder, GraphViz.Format format)
Instantiates a new GraphViz writer/renderer.
-