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

Class title

source code


t=title(text,**args)

a title is a text element. The text is displayed in the title bar add at least one to the root svg element

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

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

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

source code 
Overrides: SVGelement.__init__