public interface PersistentLayout extends Layout, ChangeEventSupport
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) |
advancePositions, applyFilter, forceMove, getCurrentSize, getGraph, getLocation, getStatus, getVertex, getVertex, getVisibleEdges, getVisibleVertices, getX, getY, incrementsAreDone, initialize, isIncremental, isLocked, lockVertex, resize, restart, unlockVertex
getVertexIterator
addChangeListener, fireStateChanged, getChangeListeners, removeChangeListener
void persist(java.lang.String fileName) throws java.io.IOException
java.io.IOException
void restore(java.lang.String fileName) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
void lock(boolean state)