Home | Trees | Index | Help |
|
---|
Package sulley :: Package pgraph :: Module edge :: Class edge |
|
object
--+
|
edge
connection
Method Summary | |
---|---|
Class constructor. | |
String |
Render an edge description suitable for use in a GML file using the set internal attributes. |
pydot.Edge() |
Render an edge suitable for use in a Pydot graph using the set internal attributes. |
String |
Render an edge description suitable for use in a GML file using the set internal attributes. |
String |
Render an edge update description suitable for use in a GML file using the set internal attributes. |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
int |
color = 0 |
NoneType |
dst = None |
str |
gml_arrow = 'none'
|
float |
gml_line_width = 1.0 |
int |
gml_stipple = 1 |
NoneType |
id = None |
str |
label = ''
|
NoneType |
src = None |
Method Details |
---|
__init__(self,
src,
dst)
Class constructor.
|
render_edge_gml(self, graph)Render an edge description suitable for use in a GML file using the set internal attributes.
|
render_edge_graphviz(self, graph)Render an edge suitable for use in a Pydot graph using the set internal attributes.
|
render_edge_udraw(self, graph)Render an edge description suitable for use in a GML file using the set internal attributes.
|
render_edge_udraw_update(self)Render an edge update description suitable for use in a GML file using the set internal attributes.
|
Class Variable Details |
---|
color
|
dst
|
gml_arrow
|
gml_line_width
|
gml_stipple
|
id
|
label
|
src
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 | http://epydoc.sf.net |