net.sourceforge.schemaspy.util
Class Dot
java.lang.Object
net.sourceforge.schemaspy.util.Dot
public class Dot
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.