Uses of Class
de.xima.fc.common.graphdot.GraphDotTokenWriter
-
Packages that use GraphDotTokenWriter Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of GraphDotTokenWriter in de.xima.fc.common.graphdot
Subclasses of GraphDotTokenWriter in de.xima.fc.common.graphdot Modifier and Type Class Description class
GraphDotModelWriter
Writer for creating content conforming to the graphviz dot language syntax specification, see DOT Language.class
GraphDotProductionWriter
Writer for creating content conforming to the graphviz dot language syntax specification, see DOT Language.Methods in de.xima.fc.common.graphdot with type parameters of type GraphDotTokenWriter Modifier and Type Method Description <W extends GraphDotTokenWriter>
voidGraphDotProductionWriter. writeProductionEdgeStatement(EEdgeType edgeOp, com.helger.commons.callback.IThrowingRunnable<IOException> sourceNode, com.helger.commons.callback.IThrowingRunnable<IOException> targetNode, Iterable<? extends com.helger.commons.callback.IThrowingRunnable<IOException>> moreNodes, Iterator<? extends Map.Entry<? extends CharSequence,Object>> attributes)
Write an edge statement.Methods in de.xima.fc.common.graphdot that return GraphDotTokenWriter Modifier and Type Method Description static GraphDotTokenWriter
GraphDotTokenWriter. forWriter(Writer writer)
Creates a new dot graph token writer.static GraphDotTokenWriter
GraphDotTokenWriter. forWriter(Writer writer, CharSequence indentChar)
Creates a new dot graph token writer.
-