Package obitools :: Module SVGdraw :: Class circle
[hide private]
[frames] | no frames]

Class circle

source code


c=circle(x,y,radius,fill,stroke,stroke_width,**args)

The circle creates an element using a x, y and radius values eg

Instance Methods [hide private]
 
__init__(self, cx=None, cy=None, r=None, fill=None, stroke=None, stroke_width=None, **args) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, cx=None, cy=None, r=None, fill=None, stroke=None, stroke_width=None, **args)
(Constructor)

source code 
Overrides: SVGelement.__init__