xdot::Graph Class Reference
List of all members.
Detailed Description
Definition at line 398 of file xdot.py.
Member Function Documentation
def xdot::Graph::__init__ |
( |
|
self, |
|
|
|
width = 1 , |
|
|
|
height = 1 , |
|
|
|
shapes = () , |
|
|
|
nodes = () , |
|
|
|
edges = () | |
|
) |
| | |
def xdot::Graph::draw |
( |
|
self, |
|
|
|
cr, |
|
|
|
highlight = None | |
|
) |
| | |
Draw this shape with the given cairo context
Reimplemented from xdot::Shape.
Definition at line 412 of file xdot.py.
def xdot::Graph::get_jump |
( |
|
self, |
|
|
|
x, |
|
|
|
y | |
|
) |
| | |
def xdot::Graph::get_size |
( |
|
self |
) |
|
def xdot::Graph::get_url |
( |
|
self, |
|
|
|
x, |
|
|
|
y | |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following file: