#include <Drawable.h>
Definition at line 1927 of file Drawable.h.
 
      
        
          | Magick::DrawableText::DrawableText | ( | const double | x_, | 
        
          |  |  | const double | y_, | 
        
          |  |  | const std::string & | text_ | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | Magick::DrawableText::DrawableText | ( | const double | x_, | 
        
          |  |  | const double | y_, | 
        
          |  |  | const std::string & | text_, | 
        
          |  |  | const std::string & | encoding_ | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | Magick::DrawableText::DrawableText | ( | const DrawableText & | original_ | ) |  | 
      
 
 
      
        
          | Magick::DrawableText::~DrawableText | ( | void |  | ) |  | 
      
 
 
  
  | 
        
          | void Magick::DrawableText::encoding | ( | const std::string & | encoding_ | ) |  |  | inline | 
 
 
  
  | 
        
          | void Magick::DrawableText::operator() | ( | MagickCore::DrawingWand * | context_ | ) | const |  | virtual | 
 
 
  
  | 
        
          | void Magick::DrawableText::text | ( | const std::string & | text_ | ) |  |  | inline | 
 
 
  
  | 
        
          | std::string Magick::DrawableText::text | ( | void |  | ) | const |  | inline | 
 
 
  
  | 
        
          | void Magick::DrawableText::x | ( | double | x_ | ) |  |  | inline | 
 
 
  
  | 
        
          | double Magick::DrawableText::x | ( | void |  | ) | const |  | inline | 
 
 
  
  | 
        
          | void Magick::DrawableText::y | ( | double | y_ | ) |  |  | inline | 
 
 
  
  | 
        
          | double Magick::DrawableText::y | ( | void |  | ) | const |  | inline | 
 
 
The documentation for this class was generated from the following files: