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 classRadiusGraphElementAccessor<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. pickSupportpluggable 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 voidBasicVisualizationServer. 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 GraphElementAccessor Modifier and Type Class Description classClosestShapePickSupport<V,E>AGraphElementAccessorthat finds the closest element to the pick point, and returns it if it is within the element's shape.classLayoutLensShapePickSupport<V,E>ShapePickSupport 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.classViewLensShapePickSupport<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. pickSupportprotected GraphElementAccessor<V,E>ViewLensSupport. pickSupport
-