Uses of Interface
org.jungrapht.visualization.layout.event.ViewChange.Support
-
Packages that use ViewChange.Support Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.layout.event Support for graph layout related eventsorg.jungrapht.visualization.layout.model Support for graph layout models mapping vertices to location points -
-
Uses of ViewChange.Support in org.jungrapht.visualization
Fields in org.jungrapht.visualization declared as ViewChange.Support Modifier and Type Field Description protected ViewChange.Support
DefaultVisualizationModel. viewChangeSupport
-
Uses of ViewChange.Support in org.jungrapht.visualization.layout.event
Classes in org.jungrapht.visualization.layout.event that implement ViewChange.Support Modifier and Type Class Description static class
ViewChange.SupportImpl
implementation of support.Methods in org.jungrapht.visualization.layout.event that return ViewChange.Support Modifier and Type Method Description static ViewChange.Support
ViewChange.Support. create()
ViewChange.Support
ViewChange.Producer. getViewChangeSupport()
-
Uses of ViewChange.Support in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as ViewChange.Support Modifier and Type Field Description protected ViewChange.Support
AbstractLayoutModel. viewChangeSupport
Methods in org.jungrapht.visualization.layout.model that return ViewChange.Support Modifier and Type Method Description ViewChange.Support
AbstractLayoutModel. getViewChangeSupport()
ViewChange.Support
AggregateLayoutModel. getViewChangeSupport()
-