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

Class Edge

source code

    Shape --+        
            |        
CompoundShape --+    
                |    
          Element --+
                    |
                   Edge

Instance Methods
 
__init__(self, src, dst, points, shapes) 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
 
get_url(self, x, y) (Inherited from rosh.impl.xdot.Element) source code
 
select_pen(self, highlight) (Inherited from rosh.impl.xdot.Shape) source code
Class Variables
  RADIUS = 10
Method Details

__init__(self, src, dst, points, shapes)
(Constructor)

source code 
Overrides: Shape.__init__

get_jump(self, x, y)

source code 
Overrides: Element.get_jump