Package edu.uci.ics.jung.visualization.layout
-
Interface Summary Interface Description PersistentLayout<V,E> interface for PersistentLayout Also holds a nested class Point to serialize the Vertex locations -
Class Summary Class Description BoundingRectangleCollector<V,E> BoundingRectanglePaintable<V,E> CachingLayout<V,E> A LayoutDecorator that caches locations in a clearable Map.LayoutTransition<V,E> ObservableCachingLayout<V,E> A LayoutDecorator that fires ChangeEvents when certain methods are called.PersistentLayout.Point a serializable class to save locationsPersistentLayoutImpl<V,E> Implementation of PersistentLayout.PersistentLayoutImpl.RandomPointFactory