 
       wx.lib.ogl.basic.ShapeTextLine¶
  wx.lib.ogl.basic.ShapeTextLine¶The ShapeTextLine class.
 Methods Summary¶
 Methods Summary¶| __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. | 
 Class API¶
 Class API¶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 | 
|---|