![]() |
Magick++ 7.1.1
|
Public Member Functions | |
void | backgroundColor (const Color &backgroundColor_) |
Color | backgroundColor (void) const |
void | compose (CompositeOperator compose_) |
CompositeOperator | compose (void) const |
void | fileName (const std::string &fileName_) |
std::string | fileName (void) const |
void | fillColor (const Color &fill_) |
Color | fillColor (void) const |
void | font (const std::string &font_) |
std::string | font (void) const |
void | geometry (const Geometry &geometry_) |
Geometry | geometry (void) const |
void | gravity (GravityType gravity_) |
GravityType | gravity (void) const |
void | label (const std::string &label_) |
std::string | label (void) const |
void | pointSize (size_t pointSize_) |
size_t | pointSize (void) const |
void | shadow (bool shadow_) |
bool | shadow (void) const |
void | strokeColor (const Color &stroke_) |
Color | strokeColor (void) const |
void | texture (const std::string &texture_) |
std::string | texture (void) const |
void | tile (const Geometry &tile_) |
Geometry | tile (void) const |
void | title (const std::string &title_) |
std::string | title (void) const |
void | transparentColor (const Color &transparentColor_) |
Color | transparentColor (void) const |
virtual void | updateMontageInfo (MagickCore::MontageInfo &montageInfo_) const |
Private Attributes | |
Color | _backgroundColor |
std::string | _fileName |
Color | _fill |
std::string | _font |
Geometry | _geometry |
GravityType | _gravity |
std::string | _label |
size_t | _pointSize |
bool | _shadow |
Color | _stroke |
std::string | _texture |
Geometry | _tile |
std::string | _title |
Color | _transparentColor |
Magick::Montage::Montage | ( | void | ) |
Definition at line 21 of file Montage.cpp.
|
virtual |
Definition at line 39 of file Montage.cpp.
void Magick::Montage::backgroundColor | ( | const Color & | backgroundColor_ | ) |
Definition at line 43 of file Montage.cpp.
Magick::Color Magick::Montage::backgroundColor | ( | void | ) | const |
Definition at line 48 of file Montage.cpp.
void Magick::Montage::fileName | ( | const std::string & | fileName_ | ) |
Definition at line 53 of file Montage.cpp.
std::string Magick::Montage::fileName | ( | void | ) | const |
Definition at line 58 of file Montage.cpp.
void Magick::Montage::fillColor | ( | const Color & | fill_ | ) |
Definition at line 63 of file Montage.cpp.
Magick::Color Magick::Montage::fillColor | ( | void | ) | const |
Definition at line 68 of file Montage.cpp.
void Magick::Montage::font | ( | const std::string & | font_ | ) |
Definition at line 73 of file Montage.cpp.
std::string Magick::Montage::font | ( | void | ) | const |
Definition at line 78 of file Montage.cpp.
void Magick::Montage::geometry | ( | const Geometry & | geometry_ | ) |
Definition at line 83 of file Montage.cpp.
Magick::Geometry Magick::Montage::geometry | ( | void | ) | const |
Definition at line 88 of file Montage.cpp.
void Magick::Montage::gravity | ( | Magick::GravityType | gravity_ | ) |
Definition at line 93 of file Montage.cpp.
Magick::GravityType Magick::Montage::gravity | ( | void | ) | const |
Definition at line 98 of file Montage.cpp.
void Magick::Montage::label | ( | const std::string & | label_ | ) |
Definition at line 103 of file Montage.cpp.
std::string Magick::Montage::label | ( | void | ) | const |
Definition at line 108 of file Montage.cpp.
void Magick::Montage::pointSize | ( | size_t | pointSize_ | ) |
Definition at line 113 of file Montage.cpp.
size_t Magick::Montage::pointSize | ( | void | ) | const |
Definition at line 118 of file Montage.cpp.
void Magick::Montage::shadow | ( | bool | shadow_ | ) |
Definition at line 123 of file Montage.cpp.
bool Magick::Montage::shadow | ( | void | ) | const |
Definition at line 128 of file Montage.cpp.
void Magick::Montage::strokeColor | ( | const Color & | stroke_ | ) |
Definition at line 133 of file Montage.cpp.
Magick::Color Magick::Montage::strokeColor | ( | void | ) | const |
Definition at line 138 of file Montage.cpp.
void Magick::Montage::texture | ( | const std::string & | texture_ | ) |
Definition at line 143 of file Montage.cpp.
std::string Magick::Montage::texture | ( | void | ) | const |
Definition at line 148 of file Montage.cpp.
void Magick::Montage::tile | ( | const Geometry & | tile_ | ) |
Definition at line 153 of file Montage.cpp.
Magick::Geometry Magick::Montage::tile | ( | void | ) | const |
Definition at line 158 of file Montage.cpp.
void Magick::Montage::title | ( | const std::string & | title_ | ) |
Definition at line 163 of file Montage.cpp.
std::string Magick::Montage::title | ( | void | ) | const |
Definition at line 168 of file Montage.cpp.
void Magick::Montage::transparentColor | ( | const Color & | transparentColor_ | ) |
Definition at line 173 of file Montage.cpp.
Magick::Color Magick::Montage::transparentColor | ( | void | ) | const |
Definition at line 178 of file Montage.cpp.
|
virtual |
Definition at line 183 of file Montage.cpp.