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

Class EllipseShape

source code

Shape --+
        |
       EllipseShape

Instance Methods
 
__init__(self, pen, x0, y0, w, h, filled=False) source code
 
draw(self, cr, highlight=False)
Draw this shape with the given cairo context
source code
 
select_pen(self, highlight) (Inherited from rosh.impl.xdot.Shape) source code
Method Details

__init__(self, pen, x0, y0, w, h, filled=False)
(Constructor)

source code 
Overrides: Shape.__init__

draw(self, cr, highlight=False)

source code 

Draw this shape with the given cairo context

Overrides: Shape.draw
(inherited documentation)