soot.util.dot
Class DotGraphUtility

java.lang.Object
  extended by soot.util.dot.DotGraphUtility

public class DotGraphUtility
extends Object


Constructor Summary
DotGraphUtility()
           
 
Method Summary
static void renderLine(OutputStream out, String content, int indent)
           
static String replaceQuotes(String original)
           
static String replaceReturns(String original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotGraphUtility

public DotGraphUtility()
Method Detail

replaceQuotes

public static String replaceQuotes(String original)

replaceReturns

public static String replaceReturns(String original)

renderLine

public static void renderLine(OutputStream out,
                              String content,
                              int indent)
                       throws IOException
Throws:
IOException