Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

PoDoFo::PdfRadialShadingPattern Class Reference

#include <PdfShadingPattern.h>

Inheritance diagram for PoDoFo::PdfRadialShadingPattern:

PoDoFo::PdfShadingPattern PoDoFo::PdfElement List of all members.

Public Member Functions

 PdfRadialShadingPattern (double dX0, double dY0, double dR0, double dX1, double dY1, double dR1, const PdfColor &rStart, const PdfColor &rEnd, PdfVecObjects *pParent)
 PdfRadialShadingPattern (double dX0, double dY0, double dR0, double dX1, double dY1, double dR1, const PdfColor &rStart, const PdfColor &rEnd, PdfDocument *pParent)

Detailed Description

A shading pattern that is a simple radial shading between two colors.


Constructor & Destructor Documentation

PoDoFo::PdfRadialShadingPattern::PdfRadialShadingPattern double  dX0,
double  dY0,
double  dR0,
double  dX1,
double  dY1,
double  dR1,
const PdfColor rStart,
const PdfColor rEnd,
PdfVecObjects pParent
 

Create an radial shading pattern

Parameters:
dX0 the inner circles x coordinate
dY0 the inner circles y coordinate
dR0 the inner circles radius
dX1 the outer circles x coordinate
dY1 the outer circles y coordinate
dR1 the outer circles radius
rStart the starting color
rEnd the ending color
pParent the parent

PoDoFo::PdfRadialShadingPattern::PdfRadialShadingPattern double  dX0,
double  dY0,
double  dR0,
double  dX1,
double  dY1,
double  dR1,
const PdfColor rStart,
const PdfColor rEnd,
PdfDocument pParent
 

Create an radial shading pattern

Parameters:
dX0 the inner circles x coordinate
dY0 the inner circles y coordinate
dR0 the inner circles radius
dX1 the outer circles x coordinate
dY1 the outer circles y coordinate
dR1 the outer circles radius
rStart the starting color
rEnd the ending color
pParent the parent


Generated on Sun Feb 12 13:19:35 2012 for PoDoFo by  doxygen 1.3.9.1