|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccvisu.ReaderData
public abstract class ReaderData
Reader for input data.
Field Summary | |
---|---|
protected java.io.BufferedReader |
in
Input stream reader object. |
Constructor Summary | |
---|---|
ReaderData(java.io.BufferedReader in)
Constructor. |
Method Summary | |
---|---|
abstract void |
read(GraphData graph)
Reads the graph or layout data from stream reader in . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.BufferedReader in
Constructor Detail |
---|
public ReaderData(java.io.BufferedReader in)
in
- Stream reader object.Method Detail |
---|
public abstract void read(GraphData graph)
in
.
graph
- GraphData
object to store the read graph or layout data in.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |