Uses of Interface
edu.uci.ics.jung.visualization.layout.PersistentLayout
Packages that use PersistentLayout
Package
Description
Sample applications created using JUNG, largely focused on visualization.
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
-
Uses of PersistentLayout in edu.uci.ics.jung.samples
Fields in edu.uci.ics.jung.samples declared as PersistentLayoutModifier and TypeFieldDescription(package private) PersistentLayout
<String, Number> PersistentLayoutDemo.persistentLayout
-
Uses of PersistentLayout in edu.uci.ics.jung.visualization.layout
Classes in edu.uci.ics.jung.visualization.layout that implement PersistentLayoutModifier and TypeClassDescriptionclass
PersistentLayoutImpl<V,
E> Implementation of PersistentLayout.