fcmodeler.io.dot
Class RankClusterDotWriter

java.lang.Object
  |
  +--fcmodeler.io.AbstractGraphWriter
        |
        +--fcmodeler.io.dot.RankClusterDotWriter
All Implemented Interfaces:
DotGraphWriter, GraphWriter

public class RankClusterDotWriter
extends AbstractGraphWriter
implements DotGraphWriter

... is ...

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

Constructor Summary
RankClusterDotWriter(java.io.Reader layoutXML)
          Creates new RankClusterDotWriter
 
Method Summary
 java.util.Map getEdgeMap()
           
 java.util.Map getNodeMap()
           
 void writeGraph(FCModeler fcmodeler, java.io.Writer writer)
          Writes the specified graph to the specified output.
 
Methods inherited from class fcmodeler.io.AbstractGraphWriter
isWritingCoordinates, isWritingMappings, isWritingTopology, writeCoordinates, writeMappings, writeTopology
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface fcmodeler.io.GraphWriter
isWritingCoordinates, isWritingMappings, isWritingTopology, writeCoordinates, writeMappings, writeTopology
 

Constructor Detail

RankClusterDotWriter

public RankClusterDotWriter(java.io.Reader layoutXML)
Creates new RankClusterDotWriter
Method Detail

getEdgeMap

public java.util.Map getEdgeMap()
Specified by:
getEdgeMap in interface DotGraphWriter

getNodeMap

public java.util.Map getNodeMap()
Specified by:
getNodeMap in interface DotGraphWriter

writeGraph

public void writeGraph(FCModeler fcmodeler,
                       java.io.Writer writer)
Writes the specified graph to the specified output.
Specified by:
writeGraph in interface GraphWriter
Overrides:
writeGraph in class AbstractGraphWriter
Parameters:
graph - the graph to write.
writer - the output where the graph in text format will go.