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

Fields inherited from class fcmodeler.io.dot.AbstractDotHandler
_boundingBox, _edgeMap, _graphView, _nodeMap
 
Constructor Summary
SimpleDotHandler(diva.graph.GraphView graphView)
          Creates new SimpleDotReader
 
Method Summary
 void configure(FCModeler fcmodeler)
           
 void edgeAttribute(java.util.Map attributes)
           
 void edgeDefinition(java.lang.String tail, java.lang.String head, java.util.Map attributes)
           
 void nodeAttribute(java.util.Map attributes)
           
 void nodeDefinition(java.lang.String label, java.util.Map attributes)
           
 void subgraphAttribute(java.util.Map attributes)
           
 void subgraphDefinition(java.lang.String label)
           
 void subgraphTermination(java.lang.String label)
           
 
Methods inherited from class fcmodeler.io.dot.AbstractDotHandler
getBoundingBox, setEdgeMap, setNodeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDotHandler

public SimpleDotHandler(diva.graph.GraphView graphView)
Creates new SimpleDotReader
Method Detail

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