| Package | Description |
|---|---|
| guru.nidi.graphviz.engine |
| Modifier and Type | Method and Description |
|---|---|
Graphviz |
Graphviz.engine(Engine engine) |
static Graphviz |
Graphviz.fromFile(File src) |
static Graphviz |
Graphviz.fromGraph(Graph graph) |
static Graphviz |
Graphviz.fromGraph(MutableGraph graph) |
static Graphviz |
Graphviz.fromString(String src) |
Graphviz |
Graphviz.height(int height) |
Graphviz |
Graphviz.rasterizer(Rasterizer rasterizer) |
Graphviz |
Graphviz.scale(double scale) |
Graphviz |
Graphviz.totalMemory(Integer totalMemory) |
Graphviz |
Graphviz.width(int width) |
| Modifier and Type | Method and Description |
|---|---|
abstract BufferedImage |
Rasterizer.render(Graphviz graphviz,
Consumer<Graphics2D> graphicsConfigurer,
String svg) |
Copyright © 2015–2017. All rights reserved.