Rectangle¶
Bases: Shape_Type
Represents the XML element Rectangle.
A simple rectangle object. If rotation is required apply a transformation at the Shape level.
Bases: Shape_Type
Represents the XML element Rectangle.
A simple rectangle object. If rotation is required apply a transformation at the Shape level.
fromBase(base)
staticmethod
¶getTypeName()
¶getXMLName()
¶getNBOType()
¶getChildren()
¶getSubElements()
¶fromJsonFile(path, validate=True)
¶fromJsonString(json_string, validate=True)
¶fromXmlFile(path, validate=True)
¶fromXmlString(xml_string, validate=True)
¶toXmlFile(filename, validate=True)
¶toXmlString(validate=True)
¶setX(value, validate=True)
¶getX()
¶resetX()
¶hasX()
¶setY(value, validate=True)
¶getY()
¶resetY()
¶hasY()
¶setWidth(value, validate=True)
¶getWidth()
¶resetWidth()
¶hasWidth()
¶setHeight(value, validate=True)
¶getHeight()
¶resetHeight()
¶hasHeight()
¶