Uses of Interface
org.jungrapht.visualization.layout.event.LayoutStateChange.Support
-
Packages that use LayoutStateChange.Support Package Description 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 LayoutStateChange.Support in org.jungrapht.visualization.layout.event
Classes in org.jungrapht.visualization.layout.event that implement LayoutStateChange.Support Modifier and Type Class Description static class
LayoutStateChange.SupportImpl
implementations for a producer of this event modelMethods in org.jungrapht.visualization.layout.event that return LayoutStateChange.Support Modifier and Type Method Description static LayoutStateChange.Support
LayoutStateChange.Support. create()
LayoutStateChange.Support
LayoutStateChange.Producer. getLayoutStateChangeSupport()
-
Uses of LayoutStateChange.Support in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as LayoutStateChange.Support Modifier and Type Field Description protected LayoutStateChange.Support
AbstractLayoutModel. layoutStateChangeSupport
Handles events fired when the LayoutModel is actively being modified by a LayoutAlgorithmMethods in org.jungrapht.visualization.layout.model that return LayoutStateChange.Support Modifier and Type Method Description LayoutStateChange.Support
AbstractLayoutModel. getLayoutStateChangeSupport()
LayoutStateChange.Support
AggregateLayoutModel. getLayoutStateChangeSupport()
-