Uses of Interface
org.jungrapht.visualization.control.EdgeSupport
-
Packages that use EdgeSupport Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of EdgeSupport in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control that implement EdgeSupport Modifier and Type Class Description class
SimpleEdgeSupport<V,E>
Fields in org.jungrapht.visualization.control declared as EdgeSupport Modifier and Type Field Description protected EdgeSupport<V,E>
EditingGraphMousePlugin. edgeSupport
Methods in org.jungrapht.visualization.control that return EdgeSupport Modifier and Type Method Description EdgeSupport<V,E>
EditingGraphMousePlugin. edgesupport()
Methods in org.jungrapht.visualization.control with parameters of type EdgeSupport Modifier and Type Method Description void
EditingGraphMousePlugin. setEdgeSupport(EdgeSupport<V,E> edgeSupport)
-