public class DotGraphCommand extends Object implements Renderable
| Constructor and Description |
|---|
DotGraphCommand(String cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(OutputStream out,
int indent)
Implements Renderable interface.
|
public DotGraphCommand(String cmd)
cmd - a dot dommand stringpublic void render(OutputStream out, int indent) throws IOException
render in interface Renderableout - the output streamindent - the number of indent spaceIOExceptionRenderableCopyright © 2020 Soot OSS. All rights reserved.