Uses of Interface
org.jungrapht.visualization.layout.event.ModelChange.Support
-
Packages that use ModelChange.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 ModelChange.Support in org.jungrapht.visualization
Fields in org.jungrapht.visualization declared as ModelChange.Support Modifier and Type Field Description protected ModelChange.Support
DefaultVisualizationModel. modelChangeSupport
-
Uses of ModelChange.Support in org.jungrapht.visualization.layout.event
Classes in org.jungrapht.visualization.layout.event that implement ModelChange.Support Modifier and Type Class Description static class
ModelChange.SupportImpl
implementation of support.Methods in org.jungrapht.visualization.layout.event that return ModelChange.Support Modifier and Type Method Description static ModelChange.Support
ModelChange.Support. create()
ModelChange.Support
ModelChange.Producer. getModelChangeSupport()
-
Uses of ModelChange.Support in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as ModelChange.Support Modifier and Type Field Description protected ModelChange.Support
AbstractLayoutModel. modelChangeSupport
Handles events fired when the Graph is changedMethods in org.jungrapht.visualization.layout.model that return ModelChange.Support Modifier and Type Method Description ModelChange.Support
AbstractLayoutModel. getModelChangeSupport()
ModelChange.Support
AggregateLayoutModel. getModelChangeSupport()
-