|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xistrat.util.d3.vrmlgraph.TextOutput
public class TextOutput
This class is used to create a text file representation of the current contents of the GraphData object that was passed via its constructor
Constructor Summary | |
---|---|
TextOutput(GraphData graph)
Constructor for the TextOutput object |
Method Summary | |
---|---|
void |
writeToFile(java.lang.String outFile)
Write a representation of the current GraphData oject to a text file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextOutput(GraphData graph)
graph
- The GraphData object to be output as text.Method Detail |
---|
public void writeToFile(java.lang.String outFile) throws java.lang.Exception
outFile
- The filename to be output to
java.lang.Exception
- An exception is throw if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |