| Path: | lib/scruffy/renderers.rb |
| Last Update: | Fri Jul 04 15:15:40 +1000 2008 |
| 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.