Path: | lib/scruffy/renderers.rb |
Last Update: | Wed Mar 10 14:00:13 +0000 2010 |
Author: | Brasten Sager |
Date: | August 14th, 2006 |
Renderers piece the entire graph together from a collection of components. Creating new renderers allows you to create entirely new layouts for your graphs.
Scruffy::Renderers::Base contains the basic functionality needed by a layout. The easiest way to create a new layout is by subclassing Base.