Uses of Interface
org.jungrapht.visualization.control.GraphElementAccessor
-
Packages that use GraphElementAccessor Package Description org.jungrapht.visualization Frameworks and mechanisms for visualizing JUNGRAPHT graphs using Swing/AWT.org.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements.org.jungrapht.visualization.transform Visualization mechanisms related to transformations, including lens effects.org.jungrapht.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes.org.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of GraphElementAccessor in org.jungrapht.visualization
Fields in org.jungrapht.visualization declared as GraphElementAccessor Modifier and Type Field Description protected GraphElementAccessor<V,E>
DefaultRenderContext. pickSupport
pluggable support for picking graph elements by finding them based on their coordinates.Methods in org.jungrapht.visualization that return GraphElementAccessor Modifier and Type Method Description GraphElementAccessor<V,E>
DefaultRenderContext. getPickSupport()
GraphElementAccessor<V,E>
RenderContext. getPickSupport()
GraphElementAccessor<V,E>
VisualizationServer. getPickSupport()
Methods in org.jungrapht.visualization with parameters of type GraphElementAccessor Modifier and Type Method Description void
DefaultRenderContext. setPickSupport(GraphElementAccessor<V,E> pickSupport)
void
RenderContext. setPickSupport(GraphElementAccessor<V,E> pickSupport)
void
VisualizationServer. setPickSupport(GraphElementAccessor<V,E> pickSupport)
-
Uses of GraphElementAccessor in org.jungrapht.visualization.selection
Classes in org.jungrapht.visualization.selection that implement GraphElementAccessor Modifier and Type Class Description class
ShapePickSupport<V,E>
AGraphElementAccessor
that returns elements whoseShape
contains the specified pick point or region. -
Uses of GraphElementAccessor in org.jungrapht.visualization.transform
Fields in org.jungrapht.visualization.transform declared as GraphElementAccessor Modifier and Type Field Description protected GraphElementAccessor<V,E>
AbstractLensSupport.Builder. pickSupport
protected GraphElementAccessor<V,E>
AbstractLensSupport. pickSupport
protected GraphElementAccessor<V,E>
LayoutLensSupport.Builder. pickSupport
protected GraphElementAccessor<V,E>
LayoutLensSupport. pickSupport
Methods in org.jungrapht.visualization.transform with parameters of type GraphElementAccessor Modifier and Type Method Description B
AbstractLensSupport.Builder. pickSupport(GraphElementAccessor<V,E> pickSupport)
-
Uses of GraphElementAccessor in org.jungrapht.visualization.transform.shape
Fields in org.jungrapht.visualization.transform.shape declared as GraphElementAccessor Modifier and Type Field Description protected GraphElementAccessor<V,E>
MagnifyImageLensSupport. pickSupport
protected GraphElementAccessor<V,E>
ViewLensSupport. pickSupport
-
Uses of GraphElementAccessor in org.jungrapht.visualization.util
Classes in org.jungrapht.visualization.util that implement GraphElementAccessor 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.
-