
Public Member Functions | |
| def | __init__ |
| def | handle_edge |
| def | handle_graph |
| def | handle_node |
| def | parse |
| def | parse_edge_pos |
| def | parse_node_pos |
| def | transform |
Public Attributes | |
| edges | |
| height | |
| node_by_name | |
| nodes | |
| shapes | |
| top_graph | |
| width | |
| xoffset | |
| xscale | |
| yoffset | |
| yscale | |
Definition at line 1060 of file xdot.py.
| def xdot::XDotParser::__init__ | ( | self, | ||
| xdotcode | ||||
| ) |
Reimplemented from xdot::DotParser.
| def xdot::XDotParser::handle_edge | ( | self, | ||
| src_id, | ||||
| dst_id, | ||||
| attrs | ||||
| ) |
Reimplemented from xdot::DotParser.
| def xdot::XDotParser::handle_graph | ( | self, | ||
| attrs | ||||
| ) |
Reimplemented from xdot::DotParser.
| def xdot::XDotParser::handle_node | ( | self, | ||
| id, | ||||
| attrs | ||||
| ) |
Reimplemented from xdot::DotParser.
| def xdot::XDotParser::parse | ( | self | ) |
Reimplemented from xdot::DotParser.