Uses of Interface
edu.uci.ics.jung.visualization.layout.LayoutEventSupport
-
Packages that use LayoutEventSupport Package Description edu.uci.ics.jung.visualization.layout Visualization mechanisms related to graph layout: caching, persistence, event-emitting, etc. -
-
Uses of LayoutEventSupport in edu.uci.ics.jung.visualization.layout
Classes in edu.uci.ics.jung.visualization.layout that implement LayoutEventSupport Modifier and Type Class Description class
ObservableCachingLayout<V,E>
A LayoutDecorator that fires ChangeEvents when certain methods are called.class
PersistentLayoutImpl<V,E>
Implementation of PersistentLayout.
-