digraph TopLevel {
compound = true
bgcolor = lightcyan1
fontname = Arial
fontsize = 8
label = "TopLevel"
node [
fontname = Arial,
fontsize = 8,
color = black
]
subgraph cluster_SQLite3 {
fillcolor = palegreen1
URL = "classes/SQLite3.html"
fontname = Arial
color = blue
label = "SQLite3"
style = filled
SQLite3 [
shape = plaintext,
height = 0.01,
width = 0.01,
label = ""
]
SQLite3__Database [
fontcolor = black,
URL = "classes/SQLite3/Database.html",
shape = ellipse,
color = palegoldenrod,
style = filled,
label = "Database"
]
}
}