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