Package edu.uci.ics.jung.visualization.layout
package edu.uci.ics.jung.visualization.layout
Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc.
-
ClassDescriptionCachingLayout<V,
E> A LayoutDecorator that caches locations in a clearable Map.LayoutChangeListener<V,E> LayoutEvent<V,E> LayoutEventSupport<V,E> LayoutTransition<V,E> A LayoutDecorator that fires ChangeEvents when certain methods are called.PersistentLayout<V,E> interface for PersistentLayout Also holds a nested class Point to serialize the Vertex locationsa serializable class to save locationsPersistentLayoutImpl<V,E> Implementation of PersistentLayout.