wxPdfSpotColour Class Reference

Class representing spot colors. More...

#include <pdfproperties.h>

List of all members.

Public Member Functions

 wxPdfSpotColour (int index, double cyan, double magenta, double yellow, double black)
 Constructor for spot color.
 wxPdfSpotColour (const wxPdfSpotColour &color)
 Copy constructor.
void SetObjIndex (int index)
 Set object index.
int GetObjIndex () const
 Get object index.
int GetIndex () const
 Get spot color index.
double GetCyan () const
 Get cyan level.
double GetMagenta () const
 Get magenta level.
double GetYellow () const
 Get yellow level.
double GetBlack () const
 Get black level.


Detailed Description

Class representing spot colors.


Constructor & Destructor Documentation

wxPdfSpotColour::wxPdfSpotColour ( int  index,
double  cyan,
double  magenta,
double  yellow,
double  black 
)

Constructor for spot color.

wxPdfSpotColour::wxPdfSpotColour ( const wxPdfSpotColour color  ) 

Copy constructor.


Member Function Documentation

void wxPdfSpotColour::SetObjIndex ( int  index  )  [inline]

Set object index.

int wxPdfSpotColour::GetObjIndex (  )  const [inline]

Get object index.

int wxPdfSpotColour::GetIndex (  )  const [inline]

Get spot color index.

double wxPdfSpotColour::GetCyan (  )  const [inline]

Get cyan level.

double wxPdfSpotColour::GetMagenta (  )  const [inline]

Get magenta level.

double wxPdfSpotColour::GetYellow (  )  const [inline]

Get yellow level.

double wxPdfSpotColour::GetBlack (  )  const [inline]

Get black level.


The documentation for this class was generated from the following files:
Generated on Fri Dec 15 21:30:38 2006 for wxPdfDocument by  doxygen 1.5.1-p1