digraph TopLevel {
compound = true
bgcolor = lightcyan1
fontname = Arial
fontsize = 8
label = "lib/network/protocol/vt100codes.rb"
node [
fontname = Arial,
fontsize = 8,
color = black
]
subgraph cluster_VT100Codes {
fillcolor = palegreen1
URL = "classes/VT100Codes.html"
fontname = Arial
color = blue
label = "VT100Codes"
style = filled
VT100Codes [
shape = plaintext,
height = 0.01,
width = 0.75,
label = ""
]
}
}