module Synopsis.Formatters.Dot
class DotFileGenerator
DotFileGenerator-inheritance Scopes/Synopsis/Formatters/Dot/InheritanceGenerator.html Scopes/Synopsis/Formatters/Dot/FileDependencyGenerator.html
A class that encapsulates the dot file generation
Attributes Summary:
source code
source code
source code
source code
source code
Methods Summary:
  __init__(self, os, direction, bgcolor)
references
source code
  write(self, text)
references
source code
  write_node(self, ref, name, label, * * attr)
references
source code
  write_edge(self, parent, child, * * attr)
references
source code
Methods Details:
  write_node(self, ref, name, label, * * attr)
references
source code
helper method to generate output for a given node