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

Class point

source code


p=point(x,y,color)

A point is defined as a circle with a size 1 radius. It may be more efficient to use a very small rectangle if you use many points because a circle is difficult to render.

Instance Methods [hide private]
 
__init__(self, x, y, fill='black', **args) source code

Inherited from SVGelement: addElement, toXml

Method Details [hide private]

__init__(self, x, y, fill='black', **args)
(Constructor)

source code 
Overrides: SVGelement.__init__