Uses of Interface
edu.uci.ics.jung.algorithms.layout.GraphElementAccessor

Packages that use GraphElementAccessor
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.jai   
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
 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
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
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
 GraphElementAccessor<V,E> VisualizationServer.getPickSupport()
           
 GraphElementAccessor<V,E> RenderContext.getPickSupport()
           
 GraphElementAccessor<V,E> PluggableRenderContext.getPickSupport()
           
 GraphElementAccessor<V,E> BasicVisualizationServer.getPickSupport()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type GraphElementAccessor
 void VisualizationServer.setPickSupport(GraphElementAccessor<V,E> pickSupport)
           
 void RenderContext.setPickSupport(GraphElementAccessor<V,E> pickSupport)
           
 void PluggableRenderContext.setPickSupport(GraphElementAccessor<V,E> pickSupport)
           
 void BasicVisualizationServer.setPickSupport(GraphElementAccessor<V,E> pickSupport)
           
 

Uses of GraphElementAccessor in edu.uci.ics.jung.visualization.jai
 

Fields in edu.uci.ics.jung.visualization.jai declared as GraphElementAccessor
protected  GraphElementAccessor<V,E> PerspectiveViewTransformSupport.pickSupport
           
protected  GraphElementAccessor<V,E> PerspectiveLayoutTransformSupport.pickSupport
           
protected  GraphElementAccessor<V,E> PerspectiveImageLensSupport.pickSupport
           
protected  GraphElementAccessor<V,E> HyperbolicImageLensSupport.pickSupport
           
 

Uses of GraphElementAccessor in edu.uci.ics.jung.visualization.picking
 

Classes in edu.uci.ics.jung.visualization.picking that implement GraphElementAccessor
 class ClassicPickSupport<V,E>
          PickSupport implementation that emulates the picking behavior of versions of VisualizationViewer prior to version 1.6.
 class ClosestShapePickSupport<V,E>
          A GraphElementAccessor 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>
          A GraphElementAccessor that returns elements whose Shape 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
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
protected  GraphElementAccessor<V,E> ViewLensSupport.pickSupport
           
protected  GraphElementAccessor<V,E> MagnifyImageLensSupport.pickSupport
           
 



Copyright © 2009. All Rights Reserved.