|
Magick++ 7.1.2-32
Convert, Edit, Or Compose Bitmap Images
|
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 19 of file Montage.cpp.
|
virtual |
Definition at line 37 of file Montage.cpp.
| void Magick::Montage::backgroundColor | ( | const Color & | backgroundColor_ | ) |
Definition at line 41 of file Montage.cpp.
| Magick::Color Magick::Montage::backgroundColor | ( | void | ) | const |
Definition at line 46 of file Montage.cpp.
| void Magick::Montage::fileName | ( | const std::string & | fileName_ | ) |
Definition at line 51 of file Montage.cpp.
| std::string Magick::Montage::fileName | ( | void | ) | const |
Definition at line 56 of file Montage.cpp.
| void Magick::Montage::fillColor | ( | const Color & | fill_ | ) |
Definition at line 61 of file Montage.cpp.
| Magick::Color Magick::Montage::fillColor | ( | void | ) | const |
Definition at line 66 of file Montage.cpp.
| void Magick::Montage::font | ( | const std::string & | font_ | ) |
Definition at line 71 of file Montage.cpp.
| std::string Magick::Montage::font | ( | void | ) | const |
Definition at line 76 of file Montage.cpp.
| void Magick::Montage::geometry | ( | const Geometry & | geometry_ | ) |
Definition at line 81 of file Montage.cpp.
| Magick::Geometry Magick::Montage::geometry | ( | void | ) | const |
Definition at line 86 of file Montage.cpp.
| Magick::GravityType Magick::Montage::gravity | ( | void | ) | const |
Definition at line 96 of file Montage.cpp.
| void Magick::Montage::label | ( | const std::string & | label_ | ) |
Definition at line 101 of file Montage.cpp.
| std::string Magick::Montage::label | ( | void | ) | const |
Definition at line 106 of file Montage.cpp.
| void Magick::Montage::pointSize | ( | size_t | pointSize_ | ) |
Definition at line 111 of file Montage.cpp.
| size_t Magick::Montage::pointSize | ( | void | ) | const |
Definition at line 116 of file Montage.cpp.
| void Magick::Montage::shadow | ( | bool | shadow_ | ) |
Definition at line 121 of file Montage.cpp.
| bool Magick::Montage::shadow | ( | void | ) | const |
Definition at line 126 of file Montage.cpp.
| void Magick::Montage::strokeColor | ( | const Color & | stroke_ | ) |
Definition at line 131 of file Montage.cpp.
| Magick::Color Magick::Montage::strokeColor | ( | void | ) | const |
Definition at line 136 of file Montage.cpp.
| void Magick::Montage::texture | ( | const std::string & | texture_ | ) |
Definition at line 141 of file Montage.cpp.
| std::string Magick::Montage::texture | ( | void | ) | const |
Definition at line 146 of file Montage.cpp.
| void Magick::Montage::tile | ( | const Geometry & | tile_ | ) |
Definition at line 151 of file Montage.cpp.
| Magick::Geometry Magick::Montage::tile | ( | void | ) | const |
Definition at line 156 of file Montage.cpp.
| void Magick::Montage::title | ( | const std::string & | title_ | ) |
Definition at line 161 of file Montage.cpp.
| std::string Magick::Montage::title | ( | void | ) | const |
Definition at line 166 of file Montage.cpp.
| void Magick::Montage::transparentColor | ( | const Color & | transparentColor_ | ) |
Definition at line 171 of file Montage.cpp.
| Magick::Color Magick::Montage::transparentColor | ( | void | ) | const |
Definition at line 176 of file Montage.cpp.
|
virtual |
Definition at line 181 of file Montage.cpp.