Uses of Interface
edu.uci.ics.jung.algorithms.layout.GraphElementAccessor
-
Packages that use GraphElementAccessor Package Description edu.uci.ics.jung.algorithms.layout Algorithms for assigning 2D coordinates (typically used for graph visualizations) to vertices.edu.uci.ics.jung.visualization Frameworks and mechanisms for visualizing JUNG graphs using Swing/AWT.edu.uci.ics.jung.visualization.picking Visualization mechanisms for supporting the selection of graph elements.edu.uci.ics.jung.visualization.transform Visualization mechanisms related to transformations, including lens effects.edu.uci.ics.jung.visualization.transform.shape 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 GraphElementAccessor Modifier and Type Class Description class
RadiusGraphElementAccessor<V,E>
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 Modifier and Type Field Description protected GraphElementAccessor<V,E>
ISOMLayout. elementAccessor
-
Uses of GraphElementAccessor in edu.uci.ics.jung.visualization
Fields in edu.uci.ics.jung.visualization declared as GraphElementAccessor Modifier and Type Field Description protected 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 GraphElementAccessor Modifier and Type Method Description GraphElementAccessor<V,E>
BasicVisualizationServer. getPickSupport()
GraphElementAccessor<V,E>
PluggableRenderContext. getPickSupport()
GraphElementAccessor<V,E>
RenderContext. getPickSupport()
GraphElementAccessor<V,E>
VisualizationServer. getPickSupport()
Methods in edu.uci.ics.jung.visualization with parameters of type GraphElementAccessor Modifier and Type Method Description void
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 GraphElementAccessor Modifier and Type Class Description class
ClosestShapePickSupport<V,E>
AGraphElementAccessor
that finds the closest element to the pick point, and returns it if it is within the element's shape.class
LayoutLensShapePickSupport<V,E>
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
ViewLensShapePickSupport<V,E>
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 GraphElementAccessor Modifier and Type Field Description protected 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 GraphElementAccessor Modifier and Type Field Description protected GraphElementAccessor<V,E>
MagnifyImageLensSupport. pickSupport
protected GraphElementAccessor<V,E>
ViewLensSupport. pickSupport
-