|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccvisu.WriterData
public abstract class WriterData
Writer for output data.
Field Summary | |
---|---|
protected static java.lang.String |
endl
End of line. |
protected GraphData |
graph
Graph representation. |
Constructor Summary | |
---|---|
WriterData(GraphData graph)
Constructor. |
Method Summary | |
---|---|
abstract void |
write()
Writes the graph or layout data. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String endl
protected GraphData graph
Constructor Detail |
---|
public WriterData(GraphData graph)
graph
- Graph representation.Method Detail |
---|
public abstract void write()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |