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 TypeClassDescriptionclassSimple 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.pickSupportpluggable 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 TypeMethodDescriptionvoidBasicVisualizationServer.setPickSupport(GraphElementAccessor<V, E> pickSupport) voidPluggableRenderContext.setPickSupport(GraphElementAccessor<V, E> pickSupport) voidRenderContext.setPickSupport(GraphElementAccessor<V, E> pickSupport) voidVisualizationServer.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 TypeClassDescriptionclassAGraphElementAccessorthat finds the closest element to the pick point, and returns it if it is within the element's shape.classShapePickSupport provides access to Vertices and EdgeType based on their actual shapes.classRadiusPickSupport<V,E> Simple implementation of PickSupport that returns the vertex or edge that is closest to the specified location.classShapePickSupport<V,E> AGraphElementAccessorthat returns elements whoseShapecontains the specified pick point or region.classShapePickSupport 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.pickSupportprotected GraphElementAccessor<V, E> ViewLensSupport.pickSupport