fcmodeler.layout
Class Dot

java.lang.Object
  |
  +--fcmodeler.layout.Dot

public class Dot
extends java.lang.Object

... is ...

Since:
JDK1.3
Version:
$Revision: 1.1 $
Author:
Julie Dickerson , Zach Cox

Constructor Summary
Dot(java.lang.String pathToDot, java.lang.String options)
          Creates new Dot
 
Method Summary
 java.lang.Process getProcess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dot

public Dot(java.lang.String pathToDot,
           java.lang.String options)
Creates new Dot
Method Detail

getProcess

public java.lang.Process getProcess()