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

Class Node

source code

    Shape --+        
            |        
CompoundShape --+    
                |    
          Element --+
                    |
                   Node

Instance Methods
 
__init__(self, x, y, w, h, shapes, url) source code
 
is_inside(self, x, y) 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, x, y, w, h, shapes, url)
(Constructor)

source code 
Overrides: Shape.__init__

get_url(self, x, y)

source code 
Overrides: Element.get_url

get_jump(self, x, y)

source code 
Overrides: Element.get_jump