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

Class group

source code


g=group(id,**args)

a group is defined by an id and is used to contain elements g.addElement(SVGelement)

Instance Methods [hide private]
 
__init__(self, id=None, **args) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, id=None, **args)
(Constructor)

source code 
Overrides: SVGelement.__init__