|
| enum class | CoordinateSystem : char { DATA
, NORMAL
} |
| |
| enum class | Type : char {
I_None
, I_Point
, I_Line
, I_Curve
,
I_Plot
, I_Text
, I_Panels
} |
| |
Definition at line 13 of file Text.h.
◆ CoordinateSystem
| enum class Text::CoordinateSystem : char |
|
strong |
◆ Text() [1/2]
◆ Text() [2/2]
| Text::Text |
( |
std::string_view |
text | ) |
|
◆ clone()
| Text * Text::clone |
( |
| ) |
const |
|
virtual |
◆ formatChemicalFormula()
| std::string Text::formatChemicalFormula |
( |
std::string_view |
formula | ) |
|
|
static |
◆ getAngle()
| const double & Text::getAngle |
( |
| ) |
const |
|
inline |
◆ getColor()
| std::string_view Text::getColor |
( |
| ) |
const |
|
inline |
◆ getCoordinates()
| const std::array< double, 3 > & Text::getCoordinates |
( |
| ) |
const |
|
inline |
◆ getJustification()
| const double & Text::getJustification |
( |
| ) |
const |
|
inline |
◆ getSize()
| const double & Text::getSize |
( |
| ) |
const |
|
inline |
◆ getSystem()
| const Text::CoordinateSystem & Text::getSystem |
( |
| ) |
const |
|
inline |
◆ getText()
| std::string_view Text::getText |
( |
| ) |
const |
|
inline |
◆ setAngle()
| void Text::setAngle |
( |
double |
angle | ) |
|
|
inline |
◆ setColor()
| void Text::setColor |
( |
std::string_view |
color | ) |
|
|
inline |
◆ setCoordinates() [1/2]
| void Text::setCoordinates |
( |
const std::array< double, 3 > & |
coordinates, |
|
|
CoordinateSystem |
system = CoordinateSystem::DATA |
|
) |
| |
|
inline |
◆ setCoordinates() [2/2]
| void Text::setCoordinates |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
CoordinateSystem |
system = CoordinateSystem::DATA |
|
) |
| |
◆ setJustification()
| void Text::setJustification |
( |
double |
justification | ) |
|
|
inline |
◆ setSize()
| void Text::setSize |
( |
double |
size | ) |
|
|
inline |
◆ setText()
| void Text::setText |
( |
std::string_view |
text | ) |
|
|
inline |
◆ CenterJustification
| constexpr double Text::CenterJustification = 0.5 |
|
staticconstexpr |
◆ LeftJustification
| constexpr double Text::LeftJustification = 0.0 |
|
staticconstexpr |
◆ RightJustification
| constexpr double Text::RightJustification = 1.0 |
|
staticconstexpr |
The documentation for this class was generated from the following files:
From FY2025 onward the NASA Ames PAH IR Spectroscopic Database is being
supported through the Laboratory Astrophysics Round 3 directed Work Package at
NASA Ames.
From FY2023-2025 the NASA Ames PAH IR Spectroscopic Database was supported
through the Laboratory Astrophysics Round 2 directed Work Package at NASA
Ames.
From FY2019-2022 the NASA Ames PAH IR Spectroscopic Database was supported
through a directed Work Package at NASA Ames titled:
"Laboratory Astrophysics – The NASA Ames PAH IR Spectroscopic
Database".