|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.io.AbstractGraphWriter | +--fcmodeler.io.dot.RankClusterDotWriter
... is ...
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 |
public RankClusterDotWriter(java.io.Reader layoutXML)
Method Detail |
public java.util.Map getEdgeMap()
getEdgeMap
in interface DotGraphWriter
public java.util.Map getNodeMap()
getNodeMap
in interface DotGraphWriter
public void writeGraph(FCModeler fcmodeler, java.io.Writer writer)
writeGraph
in interface GraphWriter
writeGraph
in class AbstractGraphWriter
graph
- the graph to write.writer
- the output where the graph in text format will go.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |