Uses of Interface
edu.uci.ics.jung.visualization.util.Caching
Packages that use Caching
Package
Description
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
-
Uses of Caching in edu.uci.ics.jung.visualization.layout
Classes in edu.uci.ics.jung.visualization.layout that implement CachingModifier and TypeClassDescriptionclass
CachingLayout<V,
E> A LayoutDecorator that caches locations in a clearable Map.class
A LayoutDecorator that fires ChangeEvents when certain methods are called.class
PersistentLayoutImpl<V,
E> Implementation of PersistentLayout.