Package libxml2dom :: Module svg :: Class SVGRect
[show private | hide private]
[frames | no frames]

Class SVGRect


A rectangle.

Method Summary
  __init__(self, x, y, width, height)
  __eq__(self, other)
  __ne__(self, other)
  fromNode(self, node, name)
Initialise this object from the trait on the 'node' having the given 'name'.
  toNode(self, node, name)
Set the trait on the given 'node' using the given 'name' according to this object's attributes.

Method Details

fromNode(self, node, name)

Initialise this object from the trait on the 'node' having the given
'name'.

toNode(self, node, name)

Set the trait on the given 'node' using the given 'name' according to
this object's attributes.

Generated by Epydoc 2.1 on Tue Sep 18 23:37:02 2007 http://epydoc.sf.net