Magick++  6.9.3
Magick::Montage Class Reference

#include <Montage.h>

Inheritance diagram for Magick::Montage:

Public Member Functions

 Montage (void)
 
virtual ~Montage (void)
 
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 penColor (const Color &pen_)
 
Color penColor (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
 

Detailed Description

Definition at line 21 of file Montage.h.

Constructor & Destructor Documentation

Magick::Montage::Montage ( void  )

Definition at line 18 of file Montage.cpp.

Magick::Montage::~Montage ( void  )
virtual

Definition at line 37 of file Montage.cpp.

Member Function Documentation

void Magick::Montage::backgroundColor ( const Color backgroundColor_)
inline

Definition at line 168 of file Montage.h.

Magick::Color Magick::Montage::backgroundColor ( void  ) const
inline

Definition at line 173 of file Montage.h.

void Magick::Montage::compose ( Magick::CompositeOperator  compose_)
inline

Definition at line 178 of file Montage.h.

Magick::CompositeOperator Magick::Montage::compose ( void  ) const
inline

Definition at line 183 of file Montage.h.

void Magick::Montage::fileName ( const std::string &  fileName_)
inline

Definition at line 188 of file Montage.h.

std::string Magick::Montage::fileName ( void  ) const
inline

Definition at line 193 of file Montage.h.

void Magick::Montage::fillColor ( const Color fill_)
inline

Definition at line 198 of file Montage.h.

Magick::Color Magick::Montage::fillColor ( void  ) const
inline

Definition at line 203 of file Montage.h.

void Magick::Montage::font ( const std::string &  font_)
inline

Definition at line 208 of file Montage.h.

std::string Magick::Montage::font ( void  ) const
inline

Definition at line 213 of file Montage.h.

void Magick::Montage::geometry ( const Geometry geometry_)
inline

Definition at line 218 of file Montage.h.

Referenced by main().

Magick::Geometry Magick::Montage::geometry ( void  ) const
inline

Definition at line 223 of file Montage.h.

void Magick::Montage::gravity ( Magick::GravityType  gravity_)
inline

Definition at line 228 of file Montage.h.

Magick::GravityType Magick::Montage::gravity ( void  ) const
inline

Definition at line 233 of file Montage.h.

void Magick::Montage::label ( const std::string &  label_)
inline

Definition at line 238 of file Montage.h.

Referenced by Magick::montageImages().

std::string Magick::Montage::label ( void  ) const
inline

Definition at line 243 of file Montage.h.

void Magick::Montage::penColor ( const Color pen_)
inline

Definition at line 248 of file Montage.h.

References Magick::Color.

Magick::Color Magick::Montage::penColor ( void  ) const
inline

Definition at line 254 of file Montage.h.

void Magick::Montage::pointSize ( size_t  pointSize_)
inline

Definition at line 259 of file Montage.h.

size_t Magick::Montage::pointSize ( void  ) const
inline

Definition at line 264 of file Montage.h.

void Magick::Montage::shadow ( bool  shadow_)
inline

Definition at line 269 of file Montage.h.

bool Magick::Montage::shadow ( void  ) const
inline

Definition at line 274 of file Montage.h.

void Magick::Montage::strokeColor ( const Color stroke_)
inline

Definition at line 279 of file Montage.h.

Magick::Color Magick::Montage::strokeColor ( void  ) const
inline

Definition at line 284 of file Montage.h.

void Magick::Montage::texture ( const std::string &  texture_)
inline

Definition at line 289 of file Montage.h.

std::string Magick::Montage::texture ( void  ) const
inline

Definition at line 294 of file Montage.h.

void Magick::Montage::tile ( const Geometry tile_)
inline

Definition at line 299 of file Montage.h.

Magick::Geometry Magick::Montage::tile ( void  ) const
inline

Definition at line 304 of file Montage.h.

void Magick::Montage::title ( const std::string &  title_)
inline

Definition at line 309 of file Montage.h.

std::string Magick::Montage::title ( void  ) const
inline

Definition at line 314 of file Montage.h.

void Magick::Montage::transparentColor ( const Color transparentColor_)
inline

Definition at line 319 of file Montage.h.

Referenced by Magick::montageImages().

Magick::Color Magick::Montage::transparentColor ( void  ) const
inline

Definition at line 324 of file Montage.h.

void Magick::Montage::updateMontageInfo ( MagickCore::MontageInfo &  montageInfo_) const
virtual

Reimplemented in Magick::MontageFramed.

Definition at line 41 of file Montage.cpp.

References Magick::CloneString(), and Magick::Color.

Referenced by Magick::montageImages(), and Magick::MontageFramed::updateMontageInfo().


The documentation for this class was generated from the following files: