Uses of Class
edu.uci.ics.jung.algorithms.layout.LayoutDecorator
-
Packages that use LayoutDecorator Package Description edu.uci.ics.jung.visualization.layout 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.layout Modifier and Type Class Description classCachingLayout<V,E>A LayoutDecorator that caches locations in a clearable Map.classObservableCachingLayout<V,E>A LayoutDecorator that fires ChangeEvents when certain methods are called.classPersistentLayoutImpl<V,E>Implementation of PersistentLayout.
-