$search
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 | |
subgraph_shapes | |
top_graph | |
width | |
xoffset | |
xscale | |
yoffset | |
yscale |
Definition at line 1066 of file xdot.py.
def xdot::xdot::XDotParser::__init__ | ( | self, | ||
xdotcode | ||||
) |
Reimplemented from xdot::xdot::DotParser.
def xdot::xdot::XDotParser::handle_edge | ( | self, | ||
src_id, | ||||
dst_id, | ||||
attrs | ||||
) |
Reimplemented from xdot::xdot::DotParser.
def xdot::xdot::XDotParser::handle_graph | ( | self, | ||
attrs | ||||
) |
Reimplemented from xdot::xdot::DotParser.
def xdot::xdot::XDotParser::handle_node | ( | self, | ||
id, | ||||
attrs | ||||
) |
Reimplemented from xdot::xdot::DotParser.
def xdot::xdot::XDotParser::parse | ( | self | ) |
Reimplemented from xdot::xdot::DotParser.