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