DGtal 2.0.0
|
#include <Board/Board.h>
Public Member Functions | |
State () | |
double | unit (const double &x) |
Point | unit (const Point &p) |
void | unit (Shape &shape) |
Data Fields | |
DGtal::Color | penColor |
DGtal::Color | fillColor |
double | lineWidth |
Shape::LineStyle | lineStyle |
Shape::LineCap | lineCap |
Shape::LineJoin | lineJoin |
Fonts::Font | font |
double | fontSize |
double | unitFactor |
Current graphical state for drawings made by the drawSomething() methods.
LibBoard::Board::State::State | ( | ) |
Definition at line 90 of file Board.cpp.
References DGtal::Color::Black, fillColor, font, fontSize, lineCap, lineJoin, lineStyle, lineWidth, DGtal::Color::None, penColor, LibBoard::Fonts::TimesRoman, and unitFactor.
|
inline |
Definition at line 952 of file Board.h.
References unitFactor, LibBoard::Point::x, and LibBoard::Point::y.
|
inline |
Definition at line 953 of file Board.h.
References LibBoard::Shape::scaleAll(), and unitFactor.
DGtal::Color LibBoard::Board::State::fillColor |
Fonts::Font LibBoard::Board::State::font |
double LibBoard::Board::State::fontSize |
Shape::LineCap LibBoard::Board::State::lineCap |
Shape::LineJoin LibBoard::Board::State::lineJoin |
Shape::LineStyle LibBoard::Board::State::lineStyle |
double LibBoard::Board::State::lineWidth |
DGtal::Color LibBoard::Board::State::penColor |
double LibBoard::Board::State::unitFactor |