net.sourceforge.schemaspy.util
Class Dot

java.lang.Object
  extended by net.sourceforge.schemaspy.util.Dot

public class Dot
extends Object


Nested Class Summary
 class Dot.DotFailure
           
 
Method Summary
 boolean exists()
           
 void generateGraph(File dotFile, File graphFile)
           
static Dot getInstance()
           
 String getSupportedVersions()
           
 Version getVersion()
           
 boolean isValid()
           
 boolean supportsCenteredEastWestEdges()
           
 void writeMap(File dotFile, LineWriter out)
          Create html image maps from the specified .dot file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Dot getInstance()

exists

public boolean exists()

getVersion

public Version getVersion()

isValid

public boolean isValid()

getSupportedVersions

public String getSupportedVersions()

supportsCenteredEastWestEdges

public boolean supportsCenteredEastWestEdges()

generateGraph

public void generateGraph(File dotFile,
                          File graphFile)
                   throws Dot.DotFailure
Throws:
Dot.DotFailure

writeMap

public void writeMap(File dotFile,
                     LineWriter out)
              throws Dot.DotFailure
Create html image maps from the specified .dot file

Throws:
Dot.DotFailure


Copyright © 2007-2010. All Rights Reserved.