public interface DOTDigraphPrinter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DOTDigraphPrinter.PrintOptions |
| Modifier and Type | Method and Description |
|---|---|
default void |
printDOTDigraph(PrintStream out,
StringGraph graph) |
void |
printDOTDigraph(PrintStream out,
StringGraph graph,
DOTDigraphPrinter.PrintOptions options) |
default void |
printDOTDigraph(PrintStream out,
StringGraph graph,
String name) |
void printDOTDigraph(PrintStream out, StringGraph graph, DOTDigraphPrinter.PrintOptions options)
default void printDOTDigraph(PrintStream out, StringGraph graph)
default void printDOTDigraph(PrintStream out, StringGraph graph, String name)
Copyright © 2023 abego Software GmbH, Germany. All rights reserved.