wxPdfDocument 1.2.0
Public Member Functions | List of all members
wxPdfExtGState Class Reference

Class representing ExtGState. (For internal use only) More...

#include <pdfgraphics.h>

Public Member Functions

 wxPdfExtGState (double lineAlpha, double fillAlpha, wxPdfBlendMode blendMode)
 Constructor.
 
virtual ~wxPdfExtGState ()
 Destructor.
 
void SetObjIndex (int n)
 Set ExtGState object index.
 
int GetObjIndex ()
 Get ExtGState object index.
 
double GetLineAlpha () const
 Get the alpha value for drawing operations.
 
double GetFillAlpha () const
 Get the alpha value for filling operations.
 
wxPdfBlendMode GetBlendMode () const
 Get the blend mode.
 

Detailed Description

Class representing ExtGState. (For internal use only)

Constructor & Destructor Documentation

◆ wxPdfExtGState()

wxPdfExtGState::wxPdfExtGState ( double lineAlpha,
double fillAlpha,
wxPdfBlendMode blendMode )

Constructor.

◆ ~wxPdfExtGState()

virtual wxPdfExtGState::~wxPdfExtGState ( )
virtual

Destructor.

Member Function Documentation

◆ GetBlendMode()

wxPdfBlendMode wxPdfExtGState::GetBlendMode ( ) const
inline

Get the blend mode.

◆ GetFillAlpha()

double wxPdfExtGState::GetFillAlpha ( ) const
inline

Get the alpha value for filling operations.

◆ GetLineAlpha()

double wxPdfExtGState::GetLineAlpha ( ) const
inline

Get the alpha value for drawing operations.

◆ GetObjIndex()

int wxPdfExtGState::GetObjIndex ( )
inline

Get ExtGState object index.

◆ SetObjIndex()

void wxPdfExtGState::SetObjIndex ( int n)
inline

Set ExtGState object index.


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