public interface PersistentLayout<V,E> extends 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(String fileName) |
void |
restore(String fileName) |
getGraph, getSize, initialize, isLocked, lock, reset, setGraph, setInitializer, setLocation, setSizevoid persist(String fileName) throws IOException
IOExceptionvoid restore(String fileName) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionvoid lock(boolean state)
Copyright © 2016. All rights reserved.