Package rosh :: Package impl :: Module xdot :: Class Element
[frames] | no frames]

Class Element

source code

    Shape --+    
            |    
CompoundShape --+
                |
               Element
Known Subclasses:

Base class for graph nodes and edges.

Instance Methods
 
__init__(self, shapes) source code
 
get_url(self, x, y) source code
 
get_jump(self, x, y) source code
 
draw(self, cr, highlight=False)
Draw this shape with the given cairo context (Inherited from rosh.impl.xdot.CompoundShape)
source code
 
select_pen(self, highlight) (Inherited from rosh.impl.xdot.Shape) source code
Method Details

__init__(self, shapes)
(Constructor)

source code 
Overrides: Shape.__init__