Class Scruffy::Renderers::Empty
In: lib/scruffy/renderers/empty.rb
Parent: Base

Scruffy::Renderers::Empty

Author:Brasten Sager
Date:August 17th, 2006

An Empty graph isn‘t completely empty, it adds a background componenet to itself before handing other all other layout responsibilities to it‘s subclasses or caller.

Methods

Public Instance methods

Returns a renderer with just a background.

If a block is provided, the components array is passed to the block, allowing callers to add components during initialize.

[Validate]