public class JGraphTGraphVizBuilder<V,E> extends java.lang.Object implements org.anarres.graphviz.builder.GraphVizScope, org.anarres.graphviz.builder.GraphVizable
| Constructor and Description |
|---|
JGraphTGraphVizBuilder(org.jgrapht.Graph<V,E> graph) |
JGraphTGraphVizBuilder(org.jgrapht.Graph<V,E> graph,
Function<? super V,java.lang.String> nodeLabelFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
build(org.anarres.graphviz.builder.GraphVizGraph out)
Deprecated.
|
void |
toGraphViz(org.anarres.graphviz.builder.GraphVizGraph out) |
JGraphTGraphVizBuilder<V,E> |
withEdgeHeadLabelFunction(Function<? super E,java.lang.String> edgeHeadLabelFunction) |
JGraphTGraphVizBuilder<V,E> |
withEdgeLabelFunction(Function<? super E,java.lang.String> edgeLabelFunction) |
JGraphTGraphVizBuilder<V,E> |
withEdgeTailLabelFunction(Function<? super E,java.lang.String> edgeTailLabelFunction) |
JGraphTGraphVizBuilder<V,E> |
withNodeLabelFunction(Function<? super V,java.lang.String> nodeLabelFunction) |
public JGraphTGraphVizBuilder(@Nonnull org.jgrapht.Graph<V,E> graph, @CheckForNull Function<? super V,java.lang.String> nodeLabelFunction)
public JGraphTGraphVizBuilder(@Nonnull org.jgrapht.Graph<V,E> graph)
@Nonnull public JGraphTGraphVizBuilder<V,E> withNodeLabelFunction(Function<? super V,java.lang.String> nodeLabelFunction)
@Nonnull public JGraphTGraphVizBuilder<V,E> withEdgeLabelFunction(Function<? super E,java.lang.String> edgeLabelFunction)
@Nonnull public JGraphTGraphVizBuilder<V,E> withEdgeHeadLabelFunction(Function<? super E,java.lang.String> edgeHeadLabelFunction)
@Nonnull public JGraphTGraphVizBuilder<V,E> withEdgeTailLabelFunction(Function<? super E,java.lang.String> edgeTailLabelFunction)
public void toGraphViz(@Nonnull org.anarres.graphviz.builder.GraphVizGraph out)
toGraphViz in interface org.anarres.graphviz.builder.GraphVizable@Deprecated public void build(@Nonnull org.anarres.graphviz.builder.GraphVizGraph out)