$search

Public Member Functions | |
| def | __init__ |
| def | draw |
| def | get_jump |
| def | get_size |
| def | get_url |
Public Attributes | |
| edges | |
| height | |
| nodes | |
| shapes | |
| subgraph_shapes | |
| width | |
Definition at line 400 of file xdot.py.
| def xdot::xdot::Graph::__init__ | ( | self, | ||
width = 1, |
||||
height = 1, |
||||
shapes = (), |
||||
nodes = (), |
||||
edges = (), |
||||
subgraph_shapes = {} | ||||
| ) |
| def xdot::xdot::Graph::draw | ( | self, | ||
| cr, | ||||
highlight = None | ||||
| ) |
Draw this shape with the given cairo context
Reimplemented from xdot::xdot::Shape.