| Interface | Description |
|---|---|
| GraphvizEngine |
Process a dot file. A Graphviz engine should be thread safe.
|
| GraphvizPostProcessor | |
| GraphvizPreProcessor | |
| GraphvizProcessor | |
| JavascriptEngine |
A javascript engine is NOT thread safe. The engine must provide the global result(s: String) and error(s: String) functions.
|
| Rasterizer |
| Class | Description |
|---|---|
| AbstractGraphvizEngine | |
| AbstractJavascriptEngine | |
| AbstractJsGraphvizEngine | |
| EngineResult | |
| Graphviz | |
| GraphvizCmdLineEngine |
Engine that tries to parse the dot file using the GraphvizEngine installed on the host.
|
| GraphvizJdkEngine | |
| GraphvizLoader | |
| GraphvizServerEngine | |
| GraphvizV8Engine | |
| JdkJavascriptEngine | |
| Options | |
| ProcessOptions | |
| Renderer | |
| ResultHandler | |
| V8JavascriptEngine |
| Enum | Description |
|---|---|
| Engine | |
| Format |
| Exception | Description |
|---|---|
| GraphvizException | |
| MissingDependencyException |