Uses of Interface
prefuse.render.RendererFactory

Packages that use RendererFactory
prefuse The top-level Visualization and Display classes, as well as Constants used throughout the toolkit. 
prefuse.render Interfaces and modules for rendering VisualItems into a graphics context. 
 

Uses of RendererFactory in prefuse
 

Methods in prefuse that return RendererFactory
 RendererFactory Visualization.getRendererFactory()
          Get the RendererFactory used by this Visualization.
 

Methods in prefuse with parameters of type RendererFactory
 void Visualization.setRendererFactory(RendererFactory rf)
          Set the RendererFactory used by this Visualization.
 

Uses of RendererFactory in prefuse.render
 

Classes in prefuse.render that implement RendererFactory
 class DefaultRendererFactory
          Default factory implementation from which to retrieve VisualItem renderers.
 



Copyright © 2007 Regents of the University of California