Uses of Interface
edu.uci.ics.jung.visualization.control.VertexSupport
-
Packages that use VertexSupport Package Description edu.uci.ics.jung.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins. -
-
Uses of VertexSupport in edu.uci.ics.jung.visualization.control
Classes in edu.uci.ics.jung.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 edu.uci.ics.jung.visualization.control declared as VertexSupport Modifier and Type Field Description protected VertexSupport<V,E>
EditingGraphMousePlugin. vertexSupport
Methods in edu.uci.ics.jung.visualization.control that return VertexSupport Modifier and Type Method Description VertexSupport<V,E>
EditingGraphMousePlugin. getVertexSupport()
Methods in edu.uci.ics.jung.visualization.control with parameters of type VertexSupport Modifier and Type Method Description void
EditingGraphMousePlugin. setVertexSupport(VertexSupport<V,E> vertexSupport)
-