#include <TdkLineStyleBasicRenderer.h>
Inheritance diagram for TdkLineStyleBasicRenderer:

Public Member Functions | |
| TdkLineStyleBasicRenderer () | |
| Default constructor. | |
| virtual | ~TdkLineStyleBasicRenderer () |
| Virtual destructor. | |
| virtual void | draw (TdkLineStyle &style, TdkCanvas *canvas, TeLine2D &line, TeColor &externColor, double externWidthFactor) |
| TODO: Document this method. | |
| virtual void | drawSample (TdkLineStyle &style, TdkCanvas *canvas, int x, int y, TeColor &externColor) |
| TODO: Document this method. | |
| virtual void | drawSampleContour (TdkLineStyle &style, TdkCanvas *canvas, int x, int y, TeColor &externColor) |
| TODO: Document this method. | |
| TdkLineStyleBasicRenderer::TdkLineStyleBasicRenderer | ( | ) |
Default constructor.
| TdkLineStyleBasicRenderer::~TdkLineStyleBasicRenderer | ( | ) | [virtual] |
Virtual destructor.
| void TdkLineStyleBasicRenderer::draw | ( | TdkLineStyle & | style, | |
| TdkCanvas * | canvas, | |||
| TeLine2D & | line, | |||
| TeColor & | externColor, | |||
| double | externWidthFactor | |||
| ) | [virtual] |
| void TdkLineStyleBasicRenderer::drawSample | ( | TdkLineStyle & | style, | |
| TdkCanvas * | canvas, | |||
| int | x, | |||
| int | y, | |||
| TeColor & | externColor | |||
| ) | [virtual] |
| void TdkLineStyleBasicRenderer::drawSampleContour | ( | TdkLineStyle & | style, | |
| TdkCanvas * | canvas, | |||
| int | x, | |||
| int | y, | |||
| TeColor & | externColor | |||
| ) | [virtual] |
1.5.2