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