fcmodeler.io.dot
Class AbstractDotFactory

java.lang.Object
  |
  +--fcmodeler.io.dot.AbstractDotFactory

public abstract class AbstractDotFactory
extends java.lang.Object

... is ...

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

Constructor Summary
AbstractDotFactory()
          Creates new AbstractDotFactory
 
Method Summary
abstract  DotGraphHandler createDotHandler(diva.graph.GraphView graphView)
           
abstract  DotGraphWriter createDotWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDotFactory

public AbstractDotFactory()
Creates new AbstractDotFactory
Method Detail

createDotHandler

public abstract DotGraphHandler createDotHandler(diva.graph.GraphView graphView)

createDotWriter

public abstract DotGraphWriter createDotWriter()