Package edu.uci.ics.jung.visualization.layout
Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc.
-
Interface Summary Interface Description LayoutChangeListener<V,E> LayoutEventSupport<V,E> 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.LayoutEvent<V,E> 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<V>