Uses of Interface
org.jungrapht.visualization.layout.util.EdgeAccessor
-
Packages that use EdgeAccessor Package Description org.jungrapht.visualization.control Mechanisms for manipulating and controlling a graph visualization, largely in terms of mouse plugins.org.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements.org.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of EdgeAccessor in org.jungrapht.visualization.control
Subinterfaces of EdgeAccessor in org.jungrapht.visualization.control Modifier and Type Interface Description interface
GraphElementAccessor<V,E>
Interface for coordinate-based selection of graph components. -
Uses of EdgeAccessor in org.jungrapht.visualization.selection
Classes in org.jungrapht.visualization.selection that implement EdgeAccessor Modifier and Type Class Description class
ShapePickSupport<V,E>
AGraphElementAccessor
that returns elements whoseShape
contains the specified pick point or region. -
Uses of EdgeAccessor in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement EdgeAccessor Modifier and Type Class Description class
RadiusGraphElementAccessor<V,E>
Simple implementation of GraphElementAccessor that returns the vertex or edge that is closest to the specified location.
-