Home | Trees | Index | Help |
|
---|
Package sulley :: Package pgraph :: Module node :: Class node |
|
object
--+
|
node
request
Method Summary | |
---|---|
__init__(self,
id)
| |
String |
Render a node description suitable for use in a GML file using the set internal attributes. |
pydot.Node |
Render a node suitable for use in a Pydot graph using the set internal attributes. |
String |
Render a node description suitable for use in a uDraw file using the set internal attributes. |
String |
Render a node update description suitable for use in a uDraw 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 |
border_color = 15658734 |
int |
color = 15661055 |
float |
gml_height = 0.0 |
float |
gml_line_width = 1.0 |
str |
gml_pattern = '1'
|
int |
gml_stipple = 1 |
str |
gml_type = 'rectangle'
|
float |
gml_width = 0.0 |
float |
gml_width_shape = 1.0 |
int |
id = 0 |
str |
label = ''
|
int |
number = 0 |
str |
shape = 'box'
|
NoneType |
udraw_image = None |
str |
udraw_info = ''
|
Method Details |
---|
render_node_gml(self, graph)Render a node description suitable for use in a GML file using the set internal attributes.
|
render_node_graphviz(self, graph)Render a node suitable for use in a Pydot graph using the set internal attributes.
|
render_node_udraw(self, graph)Render a node description suitable for use in a uDraw file using the set internal attributes.
|
render_node_udraw_update(self)Render a node update description suitable for use in a uDraw file using the set internal attributes.
|
Class Variable Details |
---|
border_color
|
color
|
gml_height
|
gml_line_width
|
gml_pattern
|
gml_stipple
|
gml_type
|
gml_width
|
gml_width_shape
|
id
|
label
|
number
|
shape
|
udraw_image
|
udraw_info
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jul 27 17:40:03 2007 | http://epydoc.sf.net |