Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Right_Text Struct Reference

#include <eepicgeom.H>

Inheritance diagram for Right_Text:
[legend]
Collaboration diagram for Right_Text:
[legend]

Public Member Functions

 Right_Text ()
 
 Right_Text (const Text &t)
 
 Right_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 Pointget_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
 

Detailed Description

Definition at line 1295 of file eepicgeom.H.

Constructor & Destructor Documentation

◆ Right_Text() [1/3]

Right_Text::Right_Text ( )
inline

Definition at line 1295 of file eepicgeom.H.

◆ Right_Text() [2/3]

Right_Text::Right_Text ( const Text t)
inline

Definition at line 1295 of file eepicgeom.H.

◆ Right_Text() [3/3]

Right_Text::Right_Text ( const Point p,
const std::string &  str 
)
inline

Definition at line 1295 of file eepicgeom.H.


The documentation for this struct was generated from the following file: