|
DGtal
0.6.devel
|
#include <Board2D.h>


Public Member Functions | |
| CustomPenColor (const Color &penColor) | |
| virtual void | setStyle (Board2D &aboard) const |
Data Fields | |
| Color | myPenColor |
Custom style class redefining the pen color. You may use Board2D::Color::None for transparent color.
|
inline |
Constructor.
| penColor | specifies the pen color. |
Definition at line 334 of file Board2D.h.
|
inlinevirtual |
Operation to override. Does nothing by default.
| board | any object of type Board. |
Reimplemented from DGtal::DrawableWithBoard2D.
Definition at line 338 of file Board2D.h.
References myPenColor, and LibBoard::Board::setPenColor().
| Color DGtal::CustomPenColor::myPenColor |
Definition at line 327 of file Board2D.h.
Referenced by setStyle().
1.8.1.1