Class Scruffy::Renderers::Cubed
In: lib/scruffy/renderers/cubed.rb
Parent: Empty

Scruffy::Renderers::Cubed

Author:Brasten Sager
Date:August 14th, 2006

Graph layout consisting of four separate graphs arranged in a 2x2 grid.

Methods

Constants

VIEWPORT_SIZE = [35, 30]
VIEWPORTS = { :top_left => [10, 25], :top_right => [55, 25], :bottom_left => [10, 65], :bottom_right => [55, 65] }

Public Instance methods

Returns a Cubed instance.

[Validate]