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