soot.util.dot
Class DotGraphCommand

java.lang.Object
  extended by soot.util.dot.DotGraphCommand
All Implemented Interfaces:
Renderable

public class DotGraphCommand
extends Object
implements Renderable

Encodes general Dot commands.


Constructor Summary
DotGraphCommand(String cmd)
           
 
Method Summary
 void render(OutputStream out, int indent)
          Implements Renderable interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotGraphCommand

public DotGraphCommand(String cmd)
Parameters:
cmd - a dot dommand string
Method Detail

render

public void render(OutputStream out,
                   int indent)
            throws IOException
Implements Renderable interface.

Specified by:
render in interface Renderable
Parameters:
out - the output stream
indent - the number of indent space
Throws:
IOException
See Also:
Renderable