This defines a text label with its base at the origin. More...
#include <DecorativeGeometry.h>
Public Member Functions | |
DecorativeText (const std::string &label="") | |
void | setText (const std::string &label) |
const std::string & | getText () const |
SimTK_PIMPL_DOWNCAST (DecorativeText, DecorativeGeometry) |
This defines a text label with its base at the origin.
The default constructor creates a blank label.
DecorativeText | ( | const std::string & | label = "" |
) | [explicit] |
const std::string& getText | ( | ) | const |
void setText | ( | const std::string & | label | ) |
SimTK_PIMPL_DOWNCAST | ( | DecorativeText | , | |
DecorativeGeometry | ||||
) |