xyz renderer class.
More...
#include <xyzrenderer.h>
|
| XYZRenderer (int minRad, int maxRad) |
|
void | Draw (wxDC &dc, wxRect rc, Axis *horizAxis, Axis *vertAxis, XYZDataset *dataset) |
|
virtual void | SetSerieColor (size_t serie, wxColour *color) |
|
virtual wxColour | GetSerieColor (size_t serie) |
|
void | SetSeriePen (size_t serie, wxPen *pen) |
| Sets pen to draw serie circles. More...
|
|
wxPen * | GetSeriePen (size_t serie) |
| Returns pen, used to draw specified serie lines. More...
|
|
void | SetSerieBrush (size_t serie, wxBrush *brush) |
| Sets brush to fill serie circles. More...
|
|
wxBrush * | GetSerieBrush (size_t serie) |
| Returns brush, used to fill specified serie circles. More...
|
|
virtual void | SetSerieColour (size_t serie, wxColour *color) |
| Sets color for serie. More...
|
|
virtual wxColour | GetSerieColour (size_t serie) |
| Returns serie color. More...
|
|
virtual void | SetSerieSymbol (size_t serie, Symbol *symbol) |
| Sets symbol for serie. More...
|
|
virtual Symbol * | GetSerieSymbol (size_t serie) |
| returns symbol for serie. More...
|
|
virtual void | DrawLegendSymbol (wxDC &dc, wxRect rcSymbol, size_t serie) |
| Draws legend symbol. More...
|
|
void | AddRef () |
|
void | Unref () |
|
int | RefCount () |
|
xyz renderer class.
Definition at line 20 of file xyzrenderer.h.
wxBrush* XYZRenderer::GetSerieBrush |
( |
size_t |
serie | ) |
|
Returns brush, used to fill specified serie circles.
- Parameters
-
- Returns
- brush
wxPen* XYZRenderer::GetSeriePen |
( |
size_t |
serie | ) |
|
Returns pen, used to draw specified serie lines.
- Parameters
-
- Returns
- pen
void XYZRenderer::SetSerieBrush |
( |
size_t |
serie, |
|
|
wxBrush * |
brush |
|
) |
| |
Sets brush to fill serie circles.
- Parameters
-
serie | serie index |
brush | brush for serie |
void XYZRenderer::SetSeriePen |
( |
size_t |
serie, |
|
|
wxPen * |
pen |
|
) |
| |
Sets pen to draw serie circles.
- Parameters
-
serie | serie index |
pen | pen for serie |
The documentation for this class was generated from the following file: