Public Member Functions | |
def | __init__ |
def | draw |
def | get_jump |
def | get_size |
def | get_url |
Public Attributes | |
edges | |
height | |
nodes | |
shapes | |
width |
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.
def xdot.Graph.get_jump | ( | self, | |
x, | |||
y | |||
) |
def xdot.Graph.get_size | ( | self | ) |
def xdot.Graph.get_url | ( | self, | |
x, | |||
y | |||
) |