Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

Magick::DrawableDashOffset Class Reference

#include <Drawable.h>

Inheritance diagram for Magick::DrawableDashOffset:

Inheritance graph
[legend]
Collaboration diagram for Magick::DrawableDashOffset:

Collaboration graph
[legend]

Public Member Functions

 DrawableDashOffset (const double offset_)
 ~DrawableDashOffset (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const
void offset (const double offset_)
double offset (void) const
 DrawableDashOffset (const double offset_)
 ~DrawableDashOffset (void)
void operator() (MagickLib::DrawContext context_) const
DrawableBasecopy () const
void offset (const double offset_)
double offset (void) const

Private Attributes

double _offset

Constructor & Destructor Documentation

Magick::DrawableDashOffset::DrawableDashOffset const double  offset_  )  [inline]
 

Definition at line 1634 of file Drawable.h.

01635 : _offset(offset_) 01636 { }

Magick::DrawableDashOffset::~DrawableDashOffset void   ) 
 

Definition at line 1124 of file Drawable.cpp.

01125 { 01126 }

Magick::DrawableDashOffset::DrawableDashOffset const double  offset_  )  [inline]
 

Definition at line 1634 of file Drawable.h.

01635 : _offset(offset_) 01636 { }

Magick::DrawableDashOffset::~DrawableDashOffset void   ) 
 


Member Function Documentation

DrawableBase* Magick::DrawableDashOffset::copy  )  const [virtual]
 

Implements Magick::DrawableBase.

Magick::DrawableBase * Magick::DrawableDashOffset::copy  )  const [virtual]
 

Implements Magick::DrawableBase.

Definition at line 1132 of file Drawable.cpp.

01133 { 01134 return new DrawableDashOffset(*this); 01135 }

double Magick::DrawableDashOffset::offset void   )  const [inline]
 

Definition at line 1650 of file Drawable.h.

01651 { 01652 return _offset; 01653 }

void Magick::DrawableDashOffset::offset const double  offset_  )  [inline]
 

Definition at line 1646 of file Drawable.h.

01647 { 01648 _offset = offset_; 01649 }

double Magick::DrawableDashOffset::offset void   )  const [inline]
 

Definition at line 1650 of file Drawable.h.

01651 { 01652 return _offset; 01653 }

void Magick::DrawableDashOffset::offset const double  offset_  )  [inline]
 

Definition at line 1646 of file Drawable.h.

01647 { 01648 _offset = offset_; 01649 }

void Magick::DrawableDashOffset::operator() MagickLib::DrawContext  context_  )  const [virtual]
 

Implements Magick::DrawableBase.

void Magick::DrawableDashOffset::operator() MagickLib::DrawContext  context_  )  const [virtual]
 

Implements Magick::DrawableBase.

Definition at line 1128 of file Drawable.cpp.

References DrawSetStrokeDashOffset().

01129 { 01130 DrawSetStrokeDashOffset( context_, _offset ); 01131 }

Here is the call graph for this function:


Field Documentation

double Magick::DrawableDashOffset::_offset [private]
 

Definition at line 1656 of file Drawable.h.


The documentation for this class was generated from the following files:
Generated on Mon Oct 25 13:47:44 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC