digraph TopLevel { compound = true bgcolor = lightcyan1 fontname = Arial fontsize = 8 label = "TopLevel" node [ fontname = Arial, fontsize = 8, color = black ] TestFileCache [ fontcolor = black, URL = "classes/TestFileCache.html", shape = ellipse, color = palegoldenrod, style = filled, label = "TestFileCache" ] Test__Unit__TestCase [ URL = "classes/Test/Unit/TestCase.html", label = "Test::Unit::TestCase" ] Test__Unit__TestCase -> TestFileCache [ ] }