AffineTransform_Type¶
Bases: NBOBaseClass
Represents the XML complex type AffineTransform.
A matrix used to transform the shape. ⎡ A00, A01, A02 ⎤ ⎢ A10, A11, A12 ⎥ ⎣ 0, 0, 1 ⎦
Bases: NBOBaseClass
Represents the XML complex type AffineTransform.
A matrix used to transform the shape. ⎡ A00, A01, A02 ⎤ ⎢ A10, A11, A12 ⎥ ⎣ 0, 0, 1 ⎦
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)
¶setA00(value, validate=True)
¶getA00()
¶resetA00()
¶hasA00()
¶setA10(value, validate=True)
¶getA10()
¶resetA10()
¶hasA10()
¶setA01(value, validate=True)
¶getA01()
¶resetA01()
¶hasA01()
¶setA11(value, validate=True)
¶getA11()
¶resetA11()
¶hasA11()
¶setA02(value, validate=True)
¶getA02()
¶resetA02()
¶hasA02()
¶setA12(value, validate=True)
¶getA12()
¶resetA12()
¶hasA12()
¶