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 Renderable
out
- the output streamindent
- the number of indent spaceIOException
Renderable