net.sourceforge.plantuml.cucadiagram.dot
Interface Graphviz

All Known Implementing Classes:
GraphvizCached

public interface Graphviz


Method Summary
 void createFile(OutputStream os)
           
 String dotVersion()
           
 File getDotExe()
           
 String testFile(String dotfilename, String outfile)
           
 

Method Detail

createFile

void createFile(OutputStream os)
                throws IOException,
                       InterruptedException
Throws:
IOException
InterruptedException

getDotExe

File getDotExe()

dotVersion

String dotVersion()
                  throws IOException,
                         InterruptedException
Throws:
IOException
InterruptedException

testFile

String testFile(String dotfilename,
                String outfile)
                throws IOException,
                       InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2011. All Rights Reserved.