Uses of Interface
org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Support
-
Packages that use LayoutVertexPositionChange.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 LayoutVertexPositionChange.Support in org.jungrapht.visualization.layout.event
Classes in org.jungrapht.visualization.layout.event that implement LayoutVertexPositionChange.Support Modifier and Type Class Description static classLayoutVertexPositionChange.SupportImpl<V>implementations of support for this event modelMethods in org.jungrapht.visualization.layout.event that return LayoutVertexPositionChange.Support Modifier and Type Method Description static LayoutVertexPositionChange.SupportLayoutVertexPositionChange.Support. create()LayoutVertexPositionChange.Support<V>LayoutVertexPositionChange.Producer. getLayoutVertexPositionSupport() -
Uses of LayoutVertexPositionChange.Support in org.jungrapht.visualization.layout.model
Fields in org.jungrapht.visualization.layout.model declared as LayoutVertexPositionChange.Support Modifier and Type Field Description protected LayoutVertexPositionChange.SupportAbstractLayoutModel. layoutVertexPositionSupportHandles events fired when vertex locations are changedMethods in org.jungrapht.visualization.layout.model that return LayoutVertexPositionChange.Support Modifier and Type Method Description LayoutVertexPositionChange.Support<V>AbstractLayoutModel. getLayoutVertexPositionSupport()LayoutVertexPositionChange.Support<V>AggregateLayoutModel. getLayoutVertexPositionSupport()
-