Uses of Class
edu.uci.ics.jung.algorithms.layout.LayoutDecorator
Packages that use LayoutDecorator
Package
Description
Visualization mechanisms related to graph layout: caching, persistence,
event-emitting, etc.
-
Uses of LayoutDecorator in edu.uci.ics.jung.visualization.layout
Subclasses of LayoutDecorator in edu.uci.ics.jung.visualization.layoutModifier 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.