fcmodeler.io.dot
Class NewGraphDotHandler
java.lang.Object
|
+--fcmodeler.io.dot.NewGraphDotHandler
- All Implemented Interfaces:
- DotGraphHandler
- public class NewGraphDotHandler
- extends java.lang.Object
- implements DotGraphHandler
- Since:
- JDK1.3
- Version:
- $Revision: 1.1 $
- Author:
- Julie Dickerson , Zach Cox
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewGraphDotHandler
public NewGraphDotHandler()
- Creates new NewGraphDotHandler
configure
public void configure(FCModeler fcmodeler)
- Specified by:
configure in interface DotGraphHandler
edgeAttribute
public void edgeAttribute(java.util.Map attributes)
- Specified by:
edgeAttribute in interface DotGraphHandler
edgeDefinition
public void edgeDefinition(java.lang.String tail,
java.lang.String head,
java.util.Map attributes)
- Specified by:
edgeDefinition in interface DotGraphHandler
getBoundingBox
public java.awt.geom.Rectangle2D getBoundingBox()
- Specified by:
getBoundingBox in interface DotGraphHandler
nodeAttribute
public void nodeAttribute(java.util.Map attributes)
- Specified by:
nodeAttribute in interface DotGraphHandler
nodeDefinition
public void nodeDefinition(java.lang.String label,
java.util.Map attributes)
- Specified by:
nodeDefinition in interface DotGraphHandler
setEdgeMap
public void setEdgeMap(java.util.Map edgeMap)
- Specified by:
setEdgeMap in interface DotGraphHandler
setNodeMap
public void setNodeMap(java.util.Map nodeMap)
- Specified by:
setNodeMap in interface DotGraphHandler
subgraphAttribute
public void subgraphAttribute(java.util.Map attributes)
- Specified by:
subgraphAttribute in interface DotGraphHandler
subgraphDefinition
public void subgraphDefinition(java.lang.String label)
- Specified by:
subgraphDefinition in interface DotGraphHandler
subgraphTermination
public void subgraphTermination(java.lang.String label)
- Specified by:
subgraphTermination in interface DotGraphHandler