Uses of Class
edu.uci.ics.jung.visualization.transform.AbstractLensSupport

Packages that use AbstractLensSupport
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 AbstractLensSupport in edu.uci.ics.jung.visualization.transform
 

Subclasses of AbstractLensSupport in edu.uci.ics.jung.visualization.transform
 class LayoutLensSupport<V,E>
          A class to make it easy to add an examining lens to a jung graph application.
 

Uses of AbstractLensSupport in edu.uci.ics.jung.visualization.transform.shape
 

Subclasses of AbstractLensSupport in edu.uci.ics.jung.visualization.transform.shape
 class MagnifyImageLensSupport<V,E>
          Changes various visualization settings to activate or deactivate an examining lens for a jung graph application.
 class ViewLensSupport<V,E>
          Uses a LensTransformer to use in the view transform.
 



Copyright © 2011. All Rights Reserved.