|
wxPdfDocument 0.9.2
|
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. | |
Class representing ExtGState. (For internal use only)
| wxPdfExtGState::wxPdfExtGState | ( | double | lineAlpha, |
| double | fillAlpha, | ||
| wxPdfBlendMode | blendMode | ||
| ) |
Constructor.
| virtual wxPdfExtGState::~wxPdfExtGState | ( | ) | [virtual] |
Destructor.
| 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.
1.7.4