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

Class use

source code


u=use(link,x,y,width,height,**args)

references a symbol by linking to its id and its position, height and width

Instance Methods [hide private]
 
__init__(self, link, x=None, y=None, width=None, height=None, **args) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, link, x=None, y=None, width=None, height=None, **args)
(Constructor)

source code 
Overrides: SVGelement.__init__