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

Class tref

source code


tr=tref(link='',**args)

a tref element can be used for referencing text by a link to its id. usage: tr=tref('#linktotext') st=spannedtext() st.addtref(tr) t=text(3,5,st)

Instance Methods [hide private]
 
__init__(self, link, **args) source code
 
__repr__(self) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, link, **args)
(Constructor)

source code 
Overrides: SVGelement.__init__