gr.demokritos.iit.jinsect.interoperability
Class DOTInteroperator

java.lang.Object
  extended by gr.demokritos.iit.jinsect.interoperability.DOTInteroperator

public class DOTInteroperator
extends java.lang.Object


Constructor Summary
DOTInteroperator()
          Creates a new instance of DOTInteroperator
 
Method Summary
 void convertDOTtoImage(java.lang.String sDOT, java.lang.String sImageType, java.lang.String sImageFileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOTInteroperator

public DOTInteroperator()
                 throws java.io.IOException
Creates a new instance of DOTInteroperator

Throws:
java.io.IOException
Method Detail

convertDOTtoImage

public void convertDOTtoImage(java.lang.String sDOT,
                              java.lang.String sImageType,
                              java.lang.String sImageFileName)