Definition at line 670 of file Drawable.h.
◆ DrawableColor()
Magick::DrawableColor::DrawableColor |
( |
double | x_, |
|
|
double | y_, |
|
|
PaintMethod | paintMethod_ ) |
|
inline |
Definition at line 673 of file Drawable.h.
675 : _x(x_),
676 _y(y_),
677 _paintMethod(paintMethod_)
678 { }
◆ ~DrawableColor()
Magick::DrawableColor::~DrawableColor |
( |
void | | ) |
|
◆ copy()
◆ operator()()
void Magick::DrawableColor::operator() |
( |
MagickCore::DrawingWand * | context_ | ) |
const |
|
virtual |
◆ paintMethod() [1/2]
void Magick::DrawableColor::paintMethod |
( |
PaintMethod | paintMethod_ | ) |
|
|
inline |
Definition at line 706 of file Drawable.h.
707 {
708 _paintMethod = paintMethod_;
709 }
◆ paintMethod() [2/2]
PaintMethod Magick::DrawableColor::paintMethod |
( |
void | | ) |
const |
|
inline |
Definition at line 710 of file Drawable.h.
711 {
712 return _paintMethod;
713 }
◆ x() [1/2]
void Magick::DrawableColor::x |
( |
double | x_ | ) |
|
|
inline |
◆ x() [2/2]
double Magick::DrawableColor::x |
( |
void | | ) |
const |
|
inline |
Definition at line 692 of file Drawable.h.
693 {
694 return _x;
695 }
◆ y() [1/2]
void Magick::DrawableColor::y |
( |
double | y_ | ) |
|
|
inline |
◆ y() [2/2]
double Magick::DrawableColor::y |
( |
void | | ) |
const |
|
inline |
Definition at line 701 of file Drawable.h.
702 {
703 return _y;
704 }
◆ _paintMethod
PaintMethod Magick::DrawableColor::_paintMethod |
|
private |
◆ _x
double Magick::DrawableColor::_x |
|
private |
◆ _y
double Magick::DrawableColor::_y |
|
private |
The documentation for this class was generated from the following files: