| ALIGNMENT enum name | Text | |
| CENTER enum value | Text | |
| getAngle(void) const | Text | [inline] |
| getString(void) const | Text | [inline] |
| getStyle(void) const | Text | [inline] |
| hasOwnTextStyle(void) const | Text | [inline] |
| isCenter(void) const | Text | [inline] |
| isLeft(void) const | Text | [inline] |
| isRight(void) const | Text | [inline] |
| LEFT enum value | Text | |
| removeStyle() | Text | [inline] |
| RIGHT enum value | Text | |
| setAlignment(ALIGNMENT align) | Text | [inline] |
| setAngle(int angle) | Text | [inline] |
| setPosition(double ix, double iy) | Text | [inline] |
| setStyle(TextStyle &its) | Text | [inline] |
| setText(const std::string &str) | Text | [inline] |
| Text(const char *str, double ix, double iy, ALIGNMENT align=LEFT, int angle=0) | Text | |
| Text(const char *str, double ix, double iy, const TextStyle &its, ALIGNMENT align=LEFT, int angle=0) | Text | |
| Text(int num, double ix, double iy, ALIGNMENT align=LEFT, int angle=0) | Text | |
| Text(int num, double ix, double iy, const TextStyle &its, ALIGNMENT align=LEFT, int angle=0) | Text | |
| x | Text | |
| y | Text | |