Uses of Interface
edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
Packages that use GraphElementAccessor
Package
Description
Algorithms for assigning 2D coordinates (typically used for graph visualizations)
to vertices.
Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.
Visualization mechanisms for supporting the selection of graph elements.
Visualization mechanisms related to transformations, including lens effects.
Visualization mechanisms related to transformation of graph element shapes.
-
Uses of GraphElementAccessor in edu.uci.ics.jung.algorithms.layout
Classes in edu.uci.ics.jung.algorithms.layout that implement GraphElementAccessorModifier and TypeClassDescriptionclass
Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.Fields in edu.uci.ics.jung.algorithms.layout declared as GraphElementAccessor -
Uses of GraphElementAccessor in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as GraphElementAccessorModifier and TypeFieldDescriptionprotected GraphElementAccessor
<V, E> PluggableRenderContext.pickSupport
pluggable support for picking graph elements by finding them based on their coordinates.Methods in edu.uci.ics.jung.visualization that return GraphElementAccessorModifier and TypeMethodDescriptionBasicVisualizationServer.getPickSupport()
PluggableRenderContext.getPickSupport()
RenderContext.getPickSupport()
VisualizationServer.getPickSupport()
Methods in edu.uci.ics.jung.visualization with parameters of type GraphElementAccessorModifier and TypeMethodDescriptionvoid
BasicVisualizationServer.setPickSupport
(GraphElementAccessor<V, E> pickSupport) void
PluggableRenderContext.setPickSupport
(GraphElementAccessor<V, E> pickSupport) void
RenderContext.setPickSupport
(GraphElementAccessor<V, E> pickSupport) void
VisualizationServer.setPickSupport
(GraphElementAccessor<V, E> pickSupport) -
Uses of GraphElementAccessor in edu.uci.ics.jung.visualization.picking
Classes in edu.uci.ics.jung.visualization.picking that implement GraphElementAccessorModifier and TypeClassDescriptionclass
AGraphElementAccessor
that finds the closest element to the pick point, and returns it if it is within the element's shape.class
ShapePickSupport provides access to Vertices and EdgeType based on their actual shapes.class
RadiusPickSupport<V,
E> Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.class
ShapePickSupport<V,
E> AGraphElementAccessor
that returns elements whoseShape
contains the specified pick point or region.class
ShapePickSupport provides access to Vertices and EdgeType based on their actual shapes. -
Uses of GraphElementAccessor in edu.uci.ics.jung.visualization.transform
Fields in edu.uci.ics.jung.visualization.transform declared as GraphElementAccessorModifier and TypeFieldDescriptionprotected GraphElementAccessor
<V, E> LayoutLensSupport.pickSupport
-
Uses of GraphElementAccessor in edu.uci.ics.jung.visualization.transform.shape
Fields in edu.uci.ics.jung.visualization.transform.shape declared as GraphElementAccessorModifier and TypeFieldDescriptionprotected GraphElementAccessor
<V, E> MagnifyImageLensSupport.pickSupport
protected GraphElementAccessor
<V, E> ViewLensSupport.pickSupport