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