Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Formatters
.
Dot
class DotFileGenerator
File:
../Synopsis/Formatters/Dot.py
A class that encapsulates the dot file generation
Attributes Summary:
__os
direction
bgcolor
light_color
nodes
Methods Summary:
__init__
(
self
,
os
,
direction
,
bgcolor
)
write
(
self
,
text
)
write_node
(
self
,
ref
,
name
,
label
,
*
*
attr
)
write_edge
(
self
,
parent
,
child
,
*
*
attr
)
Methods Details:
write_node
(
self
,
ref
,
name
,
label
,
*
*
attr
)
helper method to generate output for a given node
Generated on Thu Apr 16 16:26:57 2009 by
synopsis
(version devel)