Public Member Functions
rqt_decision_graph.pydot.Cluster Class Reference
Inheritance diagram for rqt_decision_graph.pydot.Cluster:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__

Detailed Description

Class representing a cluster in Graphviz's dot language.

This class implements the methods to work on a representation
of a cluster in Graphviz's dot language.

cluster(graph_name='subG', suppress_disconnected=False, attribute=value, ...)

graph_name:
    the cluster's name (the string 'cluster' will be always prepended)
suppress_disconnected:
    defaults to false, which will remove from the
    cluster any disconnected nodes.
All the attributes defined in the Graphviz dot language should
be supported.

Attributes can be set through the dynamically generated methods:

 set_[attribute name], i.e. set_color, set_fontname

or using the instance's attributes:

 Cluster.obj_dict['attributes'][attribute name], i.e.

    cluster_instance.obj_dict['attributes']['label']
    cluster_instance.obj_dict['attributes']['fontname']

Definition at line 1659 of file pydot.py.


Constructor & Destructor Documentation

def rqt_decision_graph.pydot.Cluster.__init__ (   self,
  graph_name = 'subG',
  obj_dict = None,
  suppress_disconnected = False,
  simplify = False,
  attrs 
)

Definition at line 1688 of file pydot.py.


The documentation for this class was generated from the following file:


rqt_decision_graph
Author(s):
autogenerated on Wed Aug 26 2015 11:16:47