Point¶
Bases: Shape_Type
Represents the XML element Point.
The X coordinate of the point. [units pixels]
Bases: Shape_Type
Represents the XML element Point.
The X coordinate of the point. [units pixels]
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()
¶