|
| def | __init__ (self, width=1, height=1, shapes=(), nodes=(), edges=(), subgraph_shapes={}) |
| |
| def | draw (self, cr, highlight_items=None) |
| |
| def | get_jump (self, x, y) |
| |
| def | get_size (self) |
| |
| def | get_url (self, x, y) |
| |
| def | __init__ (self) |
| |
| def | draw (self, cr, highlight=False) |
| |
| def | select_pen (self, highlight) |
| |
Definition at line 400 of file xdot.py.
| def smach_viewer.xdot.xdot.Graph.__init__ |
( |
|
self, |
|
|
|
width = 1, |
|
|
|
height = 1, |
|
|
|
shapes = (), |
|
|
|
nodes = (), |
|
|
|
edges = (), |
|
|
|
subgraph_shapes = {} |
|
) |
| |
| def smach_viewer.xdot.xdot.Graph.draw |
( |
|
self, |
|
|
|
cr, |
|
|
|
highlight_items = None |
|
) |
| |
| def smach_viewer.xdot.xdot.Graph.get_jump |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
| def smach_viewer.xdot.xdot.Graph.get_size |
( |
|
self | ) |
|
| def smach_viewer.xdot.xdot.Graph.get_url |
( |
|
self, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
| smach_viewer.xdot.xdot.Graph.edges |
| smach_viewer.xdot.xdot.Graph.height |
| smach_viewer.xdot.xdot.Graph.nodes |
| smach_viewer.xdot.xdot.Graph.shapes |
| smach_viewer.xdot.xdot.Graph.subgraph_shapes |
| smach_viewer.xdot.xdot.Graph.width |
The documentation for this class was generated from the following file: