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

Class marker

source code


m=marker(id,viewbox,refX,refY,markerWidth,markerHeight,**args)

defines a marker which can be used as an endpoint for a line or other pathtypes add an element to it which should be used as a marker.

Instance Methods [hide private]
 
__init__(self, id=None, viewBox=None, refx=None, refy=None, markerWidth=None, markerHeight=None, **args) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, id=None, viewBox=None, refx=None, refy=None, markerWidth=None, markerHeight=None, **args)
(Constructor)

source code 
Overrides: SVGelement.__init__