net.ggtools.grand.output
Interface DotWriterOutput


interface DotWriterOutput

Interface for classes actually writing the dot files. This interface is approximatly a combination of a StringBuffer and a PrintStream.

Author:
Christophe Labouisse

Method Summary
 DotWriterOutput append(int intValue)
           
 DotWriterOutput append(java.lang.String strValue)
           
 DotWriterOutput appendEscaped(java.lang.String strValue)
           
 DotWriterOutput newLine()
           
 

Method Detail

append

DotWriterOutput append(int intValue)

append

DotWriterOutput append(java.lang.String strValue)

appendEscaped

DotWriterOutput appendEscaped(java.lang.String strValue)

newLine

DotWriterOutput newLine()


Copyright © 2004-2005 ggTools. All Rights Reserved.