wxPdfRadialGradient Class Reference

Class representing radial gradients. (For internal use only). More...

#include <pdfgradient.h>

Inheritance diagram for wxPdfRadialGradient:
wxPdfAxialGradient wxPdfGradient

List of all members.

Public Member Functions

 wxPdfRadialGradient (const wxPdfColour &colour1, const wxPdfColour &colour2, double x1, double y1, double r1, double x2, double y2, double r2, double intexp)
 Constructor.
virtual ~wxPdfRadialGradient ()
 Destructor.
double GetR1 () const
 Get radius at start point.
double GetR2 () const
 Get radius at end point.

Detailed Description

Class representing radial gradients. (For internal use only).


Constructor & Destructor Documentation

wxPdfRadialGradient::wxPdfRadialGradient ( const wxPdfColour colour1,
const wxPdfColour colour2,
double  x1,
double  y1,
double  r1,
double  x2,
double  y2,
double  r2,
double  intexp 
)

Constructor.

Parameters:
colour1 first colour
colour2 second colour
x1 x ccordinate of the start point
y1 y ccordinate of the start point
r1 radius at start point
x2 x ccordinate of the end point
y2 y ccordinate of the end point
r2 radius at end point
intexp interpolation exponent
virtual wxPdfRadialGradient::~wxPdfRadialGradient (  )  [virtual]

Destructor.


Member Function Documentation

double wxPdfRadialGradient::GetR1 (  )  const [inline]

Get radius at start point.

double wxPdfRadialGradient::GetR2 (  )  const [inline]

Get radius at end point.


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

Generated on Mon Oct 12 22:02:43 2009 for wxPdfDocument by  doxygen 1.6.1