|
| a2dRadialGradientFillData (void) |
| constructor
|
|
| a2dRadialGradientFillData (const a2dRadialGradientFillData &other) |
| constructor
|
|
| a2dRadialGradientFillData (const wxColour &col, const wxColour &col2, double xfc, double yfc, double xe, double ye, double radius) |
| constructor More...
|
|
| ~a2dRadialGradientFillData (void) |
| destructor
|
|
void | SetCenter (double x, double y) |
| center end for gradient fill colour change
|
|
void | SetRadius (double radius) |
| radius for gradient fill colour change
|
|
void | SetFocal (double x, double y) |
| focal point, startpoint for gradient fill
|
|
a2dPoint2D | GetCenter () |
| Get start for gradient fill colour change.
|
|
a2dPoint2D | GetFocal () |
| Get start for gradient fill colour change.
|
|
double | GetRadius () |
| Get stop for gradient fill colour change.
|
|
void | Init (a2dAffineMatrix *cworld, double minx, double miny, double maxx, double maxy, double centroidx, double centroidy) |
|
void | ColourXY (a2dDrawer2D *drawer, int x1, int x2, int y) |
|
wxUint32 | GetStamp () |
|
virtual void | DoLoad (wxObject *parent, a2dIOHandlerXmlSerIn &parser, a2dXmlSer_flag xmlparts) |
| Load settings.
|
|
virtual void | DoSave (wxObject *parent, a2dIOHandlerXmlSerOut &out, a2dXmlSer_flag xmlparts, a2dObjectList *towrite) |
| Save settings.
|
|
| a2dTwoColourFillData (void) |
| constructor
|
|
| a2dTwoColourFillData (const a2dTwoColourFillData &fill) |
|
| a2dTwoColourFillData (const wxColour &col, const wxColour &col2, a2dFillStyle style) |
| constructor
|
|
| ~a2dTwoColourFillData (void) |
| destructor
|
|
a2dFillStyle | GetStyle (void) const |
|
void | SetStyle (a2dFillStyle style) |
|
void | SetColour2 (const wxColour &col) |
| set colour 2 used for gradient and wxSTIPPLE_MASK_OPAQUE filling.
|
|
wxColour | GetColour2 () const |
| return colour 2
|
|
void | SetColour (const wxColour &col) |
| set colour used for gradient and wxSTIPPLE_MASK_OPAQUE filling.
|
|
wxColour | GetColour () const |
| return colour
|
|
radial gradient Fill
gradient filling using circles changing in colour from colour1 to colour2 There is a start and end point for the gradient fill, those points are relative to the parent of the object containing the fill, and defined in world coordinates.
Definition at line 4140 of file stylebase.cpp.