Uses of Interface
org.jungrapht.visualization.control.VertexSupport
-
Packages that use VertexSupport Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of VertexSupport in org.jungrapht.visualization.control
Classes in org.jungrapht.visualization.control that implement VertexSupport Modifier and Type Class Description class
SimpleVertexSupport<V,E>
sample implementation showing how to use the VertexSupport interface member of the EditingGraphMousePlugin.Fields in org.jungrapht.visualization.control declared as VertexSupport Modifier and Type Field Description protected VertexSupport<V,E>
EditingGraphMousePlugin. vertexSupport
Methods in org.jungrapht.visualization.control that return VertexSupport Modifier and Type Method Description VertexSupport<V,E>
EditingGraphMousePlugin. getVertexSupport()
Methods in org.jungrapht.visualization.control with parameters of type VertexSupport Modifier and Type Method Description void
EditingGraphMousePlugin. setVertexSupport(VertexSupport<V,E> vertexSupport)
-