Magick++  7.0.10
Magick::DrawableAlpha Class Reference

#include <Drawable.h>

Inheritance diagram for Magick::DrawableAlpha:
Collaboration diagram for Magick::DrawableAlpha:

Public Member Functions

 DrawableAlpha (double x_, double y_, PaintMethod paintMethod_)
 
 ~DrawableAlpha (void)
 
void operator() (MagickCore::DrawingWand *context_) const
 
DrawableBasecopy () const
 
void x (double x_)
 
double x (void) const
 
void y (double y_)
 
double y (void) const
 
void paintMethod (PaintMethod paintMethod_)
 
PaintMethod paintMethod (void) const
 
- Public Member Functions inherited from Magick::DrawableBase
 DrawableBase (void)
 
virtual ~DrawableBase (void)
 

Detailed Description

Definition at line 301 of file Drawable.h.

Constructor & Destructor Documentation

◆ DrawableAlpha()

Magick::DrawableAlpha::DrawableAlpha ( double  x_,
double  y_,
PaintMethod  paintMethod_ 
)
inline

Definition at line 305 of file Drawable.h.

◆ ~DrawableAlpha()

Magick::DrawableAlpha::~DrawableAlpha ( void  )

Definition at line 205 of file Drawable.cpp.

Member Function Documentation

◆ copy()

Magick::DrawableBase * Magick::DrawableAlpha::copy ( ) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 214 of file Drawable.cpp.

◆ operator()()

void Magick::DrawableAlpha::operator() ( MagickCore::DrawingWand *  context_) const
virtual

Reimplemented from Magick::DrawableBase.

Definition at line 209 of file Drawable.cpp.

◆ paintMethod() [1/2]

void Magick::DrawableAlpha::paintMethod ( PaintMethod  paintMethod_)
inline

Definition at line 340 of file Drawable.h.

◆ paintMethod() [2/2]

PaintMethod Magick::DrawableAlpha::paintMethod ( void  ) const
inline

Definition at line 345 of file Drawable.h.

◆ x() [1/2]

void Magick::DrawableAlpha::x ( double  x_)
inline

Definition at line 320 of file Drawable.h.

◆ x() [2/2]

double Magick::DrawableAlpha::x ( void  ) const
inline

Definition at line 325 of file Drawable.h.

◆ y() [1/2]

void Magick::DrawableAlpha::y ( double  y_)
inline

Definition at line 330 of file Drawable.h.

◆ y() [2/2]

double Magick::DrawableAlpha::y ( void  ) const
inline

Definition at line 335 of file Drawable.h.


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