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

Packages that use Renderer
edu.uci.ics.jung.visualization   
edu.uci.ics.jung.visualization.graphdraw   
 

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

Classes in edu.uci.ics.jung.visualization that implement Renderer
 class AbstractRenderer
          This abstract class structures much of the annoying bits of Renderers, allowing the user to simply override the important methods and move on.
 

Methods in edu.uci.ics.jung.visualization with parameters of type Renderer
 void VisualizationViewer.setRenderer(Renderer r)
          UNTESTED.
 void GraphDraw.setRenderer(Renderer r)
          A method to set the renderer.
 

Constructors in edu.uci.ics.jung.visualization with parameters of type Renderer
VisualizationViewer(Layout layout, Renderer r)
           
 

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

Classes in edu.uci.ics.jung.visualization.graphdraw that implement Renderer
 class SettableRenderer
          A renderer with all sorts of buttons to press and dials to turn.