The ShapeTextLine
class.
__init__ |
Default class constructor. |
GetText |
Get the text. |
GetX |
Get the x position. |
GetY |
Get the y position. |
SetText |
Set the text. |
SetX |
Set the x position. |
SetY |
Set the y position. |
ShapeTextLine
(object)¶The ShapeTextLine
class.
__init__
(self, the_x, the_y, the_line)¶Default class constructor.
Parameters: |
|
---|
GetText
(self)¶Get the text.
GetX
(self)¶Get the x position.
GetY
(self)¶Get the y position.
SetText
(self, text)¶Set the text.
Parameters: | text (str) – the text |
---|
SetX
(self, x)¶Set the x position.
Parameters: | x (int) – the x position |
---|
SetY
(self, y)¶Set the y position.
Parameters: | y (int) – the x position |
---|