public class SvgRenderer extends Object
| Constructor and Description |
|---|
SvgRenderer() |
| Modifier and Type | Method and Description |
|---|---|
String |
render(DirectedGraph<? extends Node> graph,
int width,
int height)
Draw a dfa to SVG
|
public String render(DirectedGraph<? extends Node> graph, int width, int height)
graph - is the graph to drawwidth - the desired widthheight - the desired heightCopyright © 2017. All rights reserved.