Uses of Interface
edu.uci.ics.jung.visualization.control.VertexSupport
Packages that use VertexSupport
Package
Description
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 VertexSupportModifier and TypeClassDescriptionclassSimpleVertexSupport<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 VertexSupportModifier and TypeFieldDescriptionprotected VertexSupport<V, E> EditingGraphMousePlugin.vertexSupportMethods in edu.uci.ics.jung.visualization.control that return VertexSupportMethods in edu.uci.ics.jung.visualization.control with parameters of type VertexSupportModifier and TypeMethodDescriptionvoidEditingGraphMousePlugin.setVertexSupport(VertexSupport<V, E> vertexSupport)