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

Class BezierShape

source code

Shape --+
        |
       BezierShape

Instance Methods
 
__init__(self, pen, points) 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, points)
(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)