prefuse.render
Interface RendererFactory

All Known Implementing Classes:
DefaultRendererFactory

public interface RendererFactory

The RendererFactory is responsible for providing the proper Renderer instance for drawing a given VisualItem.

Author:
jeffrey heer

Method Summary
 Renderer getRenderer(VisualItem item)
          Return a Renderer instance to draw the given VisualItem.
 

Method Detail

getRenderer

Renderer getRenderer(VisualItem item)
Return a Renderer instance to draw the given VisualItem.

Parameters:
item - the item for which to retrieve the renderer
Returns:
the Renderer for the given VisualItem


Copyright © 2007 Regents of the University of California