wxPdfDocument 0.9.2
Public Member Functions
wxPdfExtGState Class Reference

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

#include <pdfgraphics.h>

List of all members.

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 ( double  lineAlpha,
double  fillAlpha,
wxPdfBlendMode  blendMode 
)

Constructor.

virtual wxPdfExtGState::~wxPdfExtGState ( ) [virtual]

Destructor.


Member Function Documentation

wxPdfBlendMode wxPdfExtGState::GetBlendMode ( ) const [inline]

Get the blend mode.

double wxPdfExtGState::GetFillAlpha ( ) const [inline]

Get the alpha value for filling operations.

double wxPdfExtGState::GetLineAlpha ( ) const [inline]

Get the alpha value for drawing operations.

int wxPdfExtGState::GetObjIndex ( ) [inline]

Get ExtGState object index.

void wxPdfExtGState::SetObjIndex ( int  n) [inline]

Set ExtGState object index.


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