wxPdfDocument  0.9.3
Public Member Functions
wxPdfPattern Class Reference

Class representing patterns. More...

#include <pdfpattern.h>

List of all members.

Public Member Functions

 wxPdfPattern (int index, double width, double height)
 Constructor for pattern.
 wxPdfPattern (const wxPdfPattern &pattern)
 Copy constructor.
void SetObjIndex (int index)
 Set object index.
int GetObjIndex () const
 Get object index.
int GetIndex () const
 Get pattern index.
void SetImage (wxPdfImage *image)
 Set image.
wxPdfImageGetImage () const
 Get image.
double GetWidth () const
 Get pattern width.
double GetHeight () const
 Get pattern height.

Detailed Description

Class representing patterns.


Constructor & Destructor Documentation

wxPdfPattern::wxPdfPattern ( int  index,
double  width,
double  height 
)

Constructor for pattern.

Parameters:
indexThe pattern index
widthThe pattern width
heightThe pattern height
wxPdfPattern::wxPdfPattern ( const wxPdfPattern pattern)

Copy constructor.


Member Function Documentation

double wxPdfPattern::GetHeight ( ) const
inline

Get pattern height.

wxPdfImage* wxPdfPattern::GetImage ( ) const
inline

Get image.

int wxPdfPattern::GetIndex ( ) const
inline

Get pattern index.

int wxPdfPattern::GetObjIndex ( ) const
inline

Get object index.

double wxPdfPattern::GetWidth ( ) const
inline

Get pattern width.

void wxPdfPattern::SetImage ( wxPdfImage image)
inline

Set image.

void wxPdfPattern::SetObjIndex ( int  index)
inline

Set object index.


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