|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <eepicgeom.H>
Public Member Functions | |
| Left_Text () | |
| Left_Text (const Text &t) | |
| Left_Text (const Point &p, const std::string &str) | |
Public Member Functions inherited from Aleph::Text | |
| Text (Point p, const std::string &str) | |
| Constructs a Text object. | |
| Text ()=default | |
| Default constructor. | |
| const size_t & | len () const |
| Gets the estimated length of the text. | |
| const Point & | get_point () const |
| Gets the position point of the text. | |
| const std::string & | get_str () const |
| Gets the text string. | |
| Point | highest_point () const |
| Gets the highest point (the anchor point). | |
| Point | lowest_point () const |
| Gets the lowest point (the anchor point). | |
| Point | leftmost_point () const |
| Gets the leftmost point (the anchor point). | |
| Point | rightmost_point () const |
| Gets the rightmost point (the anchor point). | |
Public Member Functions inherited from Aleph::Geom_Object | |
| Geom_Object ()=default | |
| virtual | ~Geom_Object ()=default |
Additional Inherited Members | |
Static Public Attributes inherited from Aleph::Text | |
| static constexpr double | font_width_in_points = 0.8 |
| static constexpr double | font_height_in_points = 1.2 |
Definition at line 1293 of file eepicgeom.H.
|
inline |
Definition at line 1293 of file eepicgeom.H.
Definition at line 1293 of file eepicgeom.H.
Definition at line 1293 of file eepicgeom.H.