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