public class DotGraphCommand extends java.lang.Object implements Renderable
| Constructor and Description |
|---|
DotGraphCommand(java.lang.String cmd) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(java.io.OutputStream out,
int indent)
Implements Renderable interface.
|
public DotGraphCommand(java.lang.String cmd)
cmd - a dot dommand stringpublic void render(java.io.OutputStream out,
int indent)
throws java.io.IOException
render in interface Renderableout - the output streamindent - the number of indent spacejava.io.IOExceptionRenderable