fcmodeler.io.dot
Class SimpleDotHandler
java.lang.Object
|
+--fcmodeler.io.dot.AbstractDotHandler
|
+--fcmodeler.io.dot.SimpleDotHandler
- All Implemented Interfaces:
- DotGraphHandler
- public class SimpleDotHandler
- extends AbstractDotHandler
... is ...
- Since:
- JDK1.3
- Version:
- $Revision: 1.5 $
- Author:
- Julie Dickerson , Zach Cox
Constructor Summary |
SimpleDotHandler(diva.graph.GraphView graphView)
Creates new SimpleDotReader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDotHandler
public SimpleDotHandler(diva.graph.GraphView graphView)
- Creates new SimpleDotReader
configure
public void configure(FCModeler fcmodeler)
edgeAttribute
public void edgeAttribute(java.util.Map attributes)
- Overrides:
edgeAttribute
in class AbstractDotHandler
edgeDefinition
public void edgeDefinition(java.lang.String tail,
java.lang.String head,
java.util.Map attributes)
- Overrides:
edgeDefinition
in class AbstractDotHandler
nodeAttribute
public void nodeAttribute(java.util.Map attributes)
- Overrides:
nodeAttribute
in class AbstractDotHandler
nodeDefinition
public void nodeDefinition(java.lang.String label,
java.util.Map attributes)
- Overrides:
nodeDefinition
in class AbstractDotHandler
subgraphAttribute
public void subgraphAttribute(java.util.Map attributes)
- Overrides:
subgraphAttribute
in class AbstractDotHandler
subgraphDefinition
public void subgraphDefinition(java.lang.String label)
- Overrides:
subgraphDefinition
in class AbstractDotHandler
subgraphTermination
public void subgraphTermination(java.lang.String label)
- Overrides:
subgraphTermination
in class AbstractDotHandler