wxPdfDocument  0.9.7
Public Member Functions | List of all members
wxPdfCoonsPatchGradient Class Reference

Class representing coons patch mesh gradients. (For internal use only) More...

#include <pdfgradient.h>

Inheritance diagram for wxPdfCoonsPatchGradient:
wxPdfGradient

Public Member Functions

 wxPdfCoonsPatchGradient (const wxPdfCoonsPatchMesh &mesh, double minCoord, double maxCoord)
 Constructor. More...
 
virtual ~wxPdfCoonsPatchGradient ()
 Destructor. More...
 
wxPdfColourType GetColourType ()
 Get the colour type. More...
 
wxMemoryOutputStream * GetBuffer ()
 Get the buffer holding the gradient data. More...
 
- Public Member Functions inherited from wxPdfGradient
 wxPdfGradient (wxPdfGradientType type)
 Constructor. More...
 
virtual ~wxPdfGradient ()
 Destructor. More...
 
void SetObjIndex (int n)
 Set gradient object index. More...
 
int GetObjIndex ()
 Get gradient object index. More...
 
wxPdfGradientType GetType () const
 Get the gradient type. More...
 

Additional Inherited Members

- Protected Attributes inherited from wxPdfGradient
wxPdfGradientType m_type
 Gradient type. More...
 

Detailed Description

Class representing coons patch mesh gradients. (For internal use only)

Constructor & Destructor Documentation

◆ wxPdfCoonsPatchGradient()

wxPdfCoonsPatchGradient::wxPdfCoonsPatchGradient ( const wxPdfCoonsPatchMesh mesh,
double  minCoord,
double  maxCoord 
)

Constructor.

◆ ~wxPdfCoonsPatchGradient()

virtual wxPdfCoonsPatchGradient::~wxPdfCoonsPatchGradient ( )
virtual

Destructor.

Member Function Documentation

◆ GetBuffer()

wxMemoryOutputStream* wxPdfCoonsPatchGradient::GetBuffer ( )
inline

Get the buffer holding the gradient data.

◆ GetColourType()

wxPdfColourType wxPdfCoonsPatchGradient::GetColourType ( )
inline

Get the colour type.


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