|
| | wxPdfRadialGradient (const wxPdfColour &colour1, const wxPdfColour &colour2, double x1, double y1, double r1, double x2, double y2, double r2, double intexp) |
| | Constructor.
|
| |
| virtual | ~wxPdfRadialGradient () |
| | Destructor.
|
| |
| double | GetR1 () const |
| | Get radius at start point.
|
| |
| double | GetR2 () const |
| | Get radius at end point.
|
| |
| | wxPdfAxialGradient (const wxPdfColour &colour1, const wxPdfColour &colour2, double x1, double y1, double x2, double y2, double intexp) |
| | Constructor.
|
| |
| virtual | ~wxPdfAxialGradient () |
| | Destructor.
|
| |
| const wxPdfColour & | GetColour1 () const |
| | Get the gradient colour 1.
|
| |
| const wxPdfColour & | GetColour2 () const |
| | Get the gradient colour 2.
|
| |
| double | GetX1 () const |
| | Get x coordinate of start point.
|
| |
| double | GetY1 () const |
| | Get y coordinate of start point.
|
| |
| double | GetX2 () const |
| | Get x coordinate of end point.
|
| |
| double | GetY2 () const |
| | Get y coordinate of end point.
|
| |
| double | GetIntExp () const |
| | Get the interpolation exponent.
|
| |
| | wxPdfGradient (wxPdfGradientType type) |
| | Constructor.
|
| |
| virtual | ~wxPdfGradient () |
| | Destructor.
|
| |
| void | SetObjIndex (int n) |
| | Set gradient object index.
|
| |
| int | GetObjIndex () |
| | Get gradient object index.
|
| |
| wxPdfGradientType | GetType () const |
| | Get the gradient type.
|
| |
Class representing radial gradients. (For internal use only)