|
PoDoFo
0.9.6
|
#include <PdfShadingPattern.h>
Public Member Functions | |
| PdfAxialShadingPattern (double dX0, double dY0, double dX1, double dY1, const PdfColor &rStart, const PdfColor &rEnd, PdfVecObjects *pParent) | |
| PdfAxialShadingPattern (double dX0, double dY0, double dX1, double dY1, const PdfColor &rStart, const PdfColor &rEnd, PdfDocument *pParent) | |
Public Member Functions inherited from PoDoFo::PdfShadingPattern | |
| const PdfName & | GetIdentifier () const |
Public Member Functions inherited from PoDoFo::PdfElement | |
| PdfObject * | GetObject () |
| const PdfObject * | GetObject () const |
Additional Inherited Members | |
Protected Member Functions inherited from PoDoFo::PdfShadingPattern | |
| PdfShadingPattern (EPdfShadingPatternType eShadingType, PdfVecObjects *pParent) | |
| PdfShadingPattern (EPdfShadingPatternType eShadingType, PdfDocument *pParent) | |
Protected Member Functions inherited from PoDoFo::PdfElement | |
| PdfElement (const char *pszType, PdfVecObjects *pParent) | |
| PdfElement (const char *pszType, PdfDocument *pParent) | |
| PdfElement (const char *pszType, PdfObject *pObject) | |
| PdfElement (EPdfDataType eExpectedDataType, PdfObject *pObject) | |
| const char * | TypeNameForIndex (int i, const char **ppTypes, long lLen) const |
| int | TypeNameToIndex (const char *pszType, const char **ppTypes, long lLen, int nUnknownValue) const |
| PdfObject * | CreateObject (const char *pszType=NULL) |
| PdfObject * | GetNonConstObject () const |
A shading pattern that is a simple axial shading between two colors.
| PoDoFo::PdfAxialShadingPattern::PdfAxialShadingPattern | ( | double | dX0, |
| double | dY0, | ||
| double | dX1, | ||
| double | dY1, | ||
| const PdfColor & | rStart, | ||
| const PdfColor & | rEnd, | ||
| PdfVecObjects * | pParent | ||
| ) |
Create an axial shading pattern
| dX0 | the starting x coordinate |
| dY0 | the starting y coordinate |
| dX1 | the ending x coordinate |
| dY1 | the ending y coordinate |
| rStart | the starting color |
| rEnd | the ending color |
| pParent | the parent |
| PoDoFo::PdfAxialShadingPattern::PdfAxialShadingPattern | ( | double | dX0, |
| double | dY0, | ||
| double | dX1, | ||
| double | dY1, | ||
| const PdfColor & | rStart, | ||
| const PdfColor & | rEnd, | ||
| PdfDocument * | pParent | ||
| ) |
Create an axial shading pattern
| dX0 | the starting x coordinate |
| dY0 | the starting y coordinate |
| dX1 | the ending x coordinate |
| dY1 | the ending y coordinate |
| rStart | the starting color |
| rEnd | the ending color |
| pParent | the parent |