|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccvisu.ReaderData
ccvisu.ReaderDataLAY
public class ReaderDataLAY
Reader for layouts in text format.
Nested Class Summary | |
---|---|
private class |
ReaderDataLAY.LayoutEntry
|
Field Summary |
---|
Fields inherited from class ccvisu.ReaderData |
---|
in |
Constructor Summary | |
---|---|
ReaderDataLAY(java.io.BufferedReader in)
Constructor. |
Method Summary | |
---|---|
void |
read(GraphData graph)
Reads the layout data from stream reader in , in text format LAY. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReaderDataLAY(java.io.BufferedReader in)
in
- Stream reader object.Method Detail |
---|
public void read(GraphData graph)
in
, in text format LAY.
read
in class ReaderData
graph
- GraphData
object to store the layout data in.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |