![]() |
wxPdfDocument
1.4.0
Library for generating PDF documents from wxWidgets applications
|
Class representing coons patch mesh gradients. (For internal use only). More...
#include <pdfgradient.h>
Public Member Functions | |
| wxPdfCoonsPatchGradient (const wxPdfCoonsPatchMesh &mesh, double minCoord, double maxCoord) | |
| Constructor. | |
| virtual | ~wxPdfCoonsPatchGradient () |
| Destructor. | |
| wxPdfColourType | GetColourType () |
| Get the colour type. | |
| wxMemoryOutputStream * | GetBuffer () |
| Get the buffer holding the gradient data. | |
| Public Member Functions inherited from wxPdfGradient | |
| wxPdfGradient (wxPdfGradientType type) | |
| Constructor. | |
| virtual | ~wxPdfGradient () |
| Destructor. | |
| void | SetObjIndex (int n) |
| Set gradient object index. | |
| int | GetObjIndex () |
| Get gradient object index. | |
| wxPdfGradientType | GetType () const |
| Get the gradient type. | |
Additional Inherited Members | |
| Protected Attributes inherited from wxPdfGradient | |
| wxPdfGradientType | m_type |
| Gradient type. | |
Class representing coons patch mesh gradients. (For internal use only).
| wxPdfCoonsPatchGradient::wxPdfCoonsPatchGradient | ( | const wxPdfCoonsPatchMesh & | mesh, |
| double | minCoord, | ||
| double | maxCoord ) |
Constructor.
| mesh | The coons patch mesh |
| minCoord | The minimum coordinate value |
| maxCoord | The maximum coordinate value |
|
virtual |
Destructor.
|
inline |
Get the buffer holding the gradient data.
|
inline |
Get the colour type.