| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
abc_plugin.AbstractPlugin --+
|
FuzzPyDot
Pydot visualization plugin for fuzzpy
This plugin converts vertices and edges to pydot elements then create a rendering based on the 'format' attribute (default=png).
|
|||
|
Inherited from |
|||
|
|||
|
|||
list
|
|
||
list
|
|
||
str
|
|
||
|
Inherited from |
|||
|
|||
bool
|
|
||
|
|||
__abstractmethods__ =
|
|||
_abc_cache =
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Plugin constructor. Maps the specified graph object locally and marshalls method keywords to local arguments for the PyDot object.
|
Return whether this plugin is supported.
|
Converts vertices to PyDot nodes. Adds GraphViz attributes to each vertex and converts it into a pydot.Node object.
|
Converts edges to PyDot edges. Adds GraphViz attributes to edges and registers them all as PyDot edge objects.
|
PyDot visualization method. Converts all vertices and edges from the graph provided to the plugin's constructor into a PyDot graph and converts any apppropriate attributes to be passed to GraphViz.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 21 14:08:04 2011 | http://epydoc.sourceforge.net |