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

Packages that use Renderer.Edge
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.Edge in edu.uci.ics.jung.visualization.jai
 

Fields in edu.uci.ics.jung.visualization.jai declared as Renderer.Edge
protected  Renderer.Edge<V,E> HyperbolicImageLensSupport.reshapingEdgeRenderer
           
protected  Renderer.Edge<V,E> HyperbolicImageLensSupport.savedEdgeRenderer
           
 

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

Classes in edu.uci.ics.jung.visualization.renderers that implement Renderer.Edge
 class BasicEdgeRenderer<V,E>
           
static class Renderer.Edge.NOOP
           
 class ReshapingEdgeRenderer<V,E>
          uses a flatness argument to break edges into smaller segments.
 

Methods in edu.uci.ics.jung.visualization.renderers that return Renderer.Edge
 Renderer.Edge<V,E> Renderer.getEdgeRenderer()
           
 Renderer.Edge<V,E> BasicRenderer.getEdgeRenderer()
           
 

Methods in edu.uci.ics.jung.visualization.renderers with parameters of type Renderer.Edge
 void Renderer.setEdgeRenderer(Renderer.Edge<V,E> r)
           
 void BasicRenderer.setEdgeRenderer(Renderer.Edge<V,E> r)
           
 

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

Fields in edu.uci.ics.jung.visualization.transform.shape declared as Renderer.Edge
protected  Renderer.Edge<V,E> ViewLensSupport.reshapingEdgeRenderer
           
protected  Renderer.Edge<V,E> MagnifyImageLensSupport.reshapingEdgeRenderer
           
protected  Renderer.Edge<V,E> ViewLensSupport.savedEdgeRenderer
           
protected  Renderer.Edge<V,E> MagnifyImageLensSupport.savedEdgeRenderer
           
 



Copyright © 2009. All Rights Reserved.