Uses of Interface
edu.uci.ics.jung.visualization.renderers.Renderer

Packages that use Renderer
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.renderers Visualization mechanisms relating to rendering. 
edu.uci.ics.jung.visualization.transform.shape Visualization mechanisms related to transformation of graph element shapes. 
 

Uses of Renderer in edu.uci.ics.jung.visualization
 

Fields in edu.uci.ics.jung.visualization declared as Renderer
protected  Renderer<V,E> BasicVisualizationServer.renderer
          handles the actual drawing of graph elements
 

Methods in edu.uci.ics.jung.visualization that return Renderer
 Renderer<V,E> VisualizationServer.getRenderer()
          Returns the renderer used by this instance.
 Renderer<V,E> BasicVisualizationServer.getRenderer()
           
 

Methods in edu.uci.ics.jung.visualization with parameters of type Renderer
 void VisualizationServer.setRenderer(Renderer<V,E> r)
          Sets the showing Renderer to be the input Renderer.
 void BasicVisualizationServer.setRenderer(Renderer<V,E> r)
           
 

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

Fields in edu.uci.ics.jung.visualization.jai declared as Renderer
protected  Renderer<V,E> PerspectiveViewTransformSupport.renderer
           
protected  Renderer<V,E> PerspectiveImageLensSupport.renderer
           
protected  Renderer<V,E> HyperbolicImageLensSupport.renderer
           
protected  Renderer<V,E> PerspectiveImageLensSupport.transformingRenderer
           
protected  Renderer<V,E> HyperbolicImageLensSupport.transformingRenderer
           
 

Uses of Renderer in edu.uci.ics.jung.visualization.renderers
 

Classes in edu.uci.ics.jung.visualization.renderers that implement Renderer
 class BasicRenderer<V,E>
          The default implementation of the Renderer used by the VisualizationViewer.
 

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

Fields in edu.uci.ics.jung.visualization.transform.shape declared as Renderer
protected  Renderer<V,E> MagnifyImageLensSupport.renderer
           
protected  Renderer<V,E> MagnifyImageLensSupport.transformingRenderer
           
 



Copyright © 2009. All Rights Reserved.