Uses of Interface
org.jungrapht.visualization.layout.event.LayoutSizeChange.Support
-
Packages that use LayoutSizeChange.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 LayoutSizeChange.Support in org.jungrapht.visualization
Fields in org.jungrapht.visualization declared as LayoutSizeChange.Support Modifier and Type Field Description protected LayoutSizeChange.Support
DefaultVisualizationModel. layoutSizeChangeSupport
-
Uses of LayoutSizeChange.Support in org.jungrapht.visualization.layout.event
Classes in org.jungrapht.visualization.layout.event that implement LayoutSizeChange.Support Modifier and Type Class Description static class
LayoutSizeChange.SupportImpl<V>
implementations for a producer of this event modelMethods in org.jungrapht.visualization.layout.event that return LayoutSizeChange.Support Modifier and Type Method Description static <V> LayoutSizeChange.Support<V>
LayoutSizeChange.Support. create()
LayoutSizeChange.Support<V>
LayoutSizeChange.Producer. getLayoutSizeChangeSupport()
-
Uses of LayoutSizeChange.Support in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as LayoutSizeChange.Support Modifier and Type Field Description protected LayoutSizeChange.Support
AbstractLayoutModel. layoutSizeChangeSupport
Methods in org.jungrapht.visualization.layout.model that return LayoutSizeChange.Support Modifier and Type Method Description LayoutSizeChange.Support
AbstractLayoutModel. getLayoutSizeChangeSupport()
LayoutSizeChange.Support<V>
AggregateLayoutModel. getLayoutSizeChangeSupport()
-