public interface PersistentLayout<V,E>
extends edu.uci.ics.jung.algorithms.layout.Layout<V,E>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PersistentLayout.Point
a serializable class to save locations
|
| Modifier and Type | Method and Description |
|---|---|
void |
lock(boolean state) |
void |
persist(java.lang.String fileName) |
void |
restore(java.lang.String fileName) |
void persist(java.lang.String fileName)
throws java.io.IOException
java.io.IOExceptionvoid restore(java.lang.String fileName)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionvoid lock(boolean state)