#include <TdkTextBounds.h>
Public Member Functions | |
TdkTextBounds () | |
TdkTextBounds (const TePolygon &poly) | |
virtual void | setBox (const TePolygon &poly) |
virtual const TePolygon & | getBox () const |
virtual double | getWidth () |
virtual double | getHeight () |
virtual double | getAngle () |
Protected Attributes | |
TePolygon | _box |
TdkTextBounds::TdkTextBounds | ( | ) |
TdkTextBounds::TdkTextBounds | ( | const TePolygon & | poly | ) |
void TdkTextBounds::setBox | ( | const TePolygon & | poly | ) | [inline, virtual] |
const TePolygon & TdkTextBounds::getBox | ( | ) | const [inline, virtual] |
double TdkTextBounds::getWidth | ( | ) | [virtual] |
double TdkTextBounds::getHeight | ( | ) | [virtual] |
double TdkTextBounds::getAngle | ( | ) | [virtual] |
TePolygon TdkTextBounds::_box [protected] |