|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvisidia.io.GraphIO
public abstract class GraphIO
This class deals with input/output operations on graphs.
| Field Summary | |
|---|---|
protected java.io.File |
file
The file to read/write. |
| Constructor Summary | |
|---|---|
protected |
GraphIO(java.io.File file)
Instantiates a new graph input/output. |
| Method Summary | |
|---|---|
abstract visidia.gui.graphview.GraphView |
load()
Loads the current file as a graph view. |
abstract void |
save(java.lang.Object object)
Saves an object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.io.File file
| Constructor Detail |
|---|
protected GraphIO(java.io.File file)
file - the file| Method Detail |
|---|
public abstract visidia.gui.graphview.GraphView load()
load in interface VisidiaIOVisidiaIO.load()public abstract void save(java.lang.Object object)
VisidiaIO
save in interface VisidiaIOobject - the object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||