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