4 #ifndef FIRE_GRAPHICS_LINEPAINTER_HPP_INCLUDED
5 #define FIRE_GRAPHICS_LINEPAINTER_HPP_INCLUDED
10 #include "fire/graphics/Painter.hpp"
54 static std::string
DOT;
Definition: IGraphicContext.hpp:15
unsigned int _width
Definition: LinePainter.hpp:110
static std::string JOIN_BEVEL
Definition: LinePainter.hpp:82
unsigned int _style
Definition: LinePainter.hpp:117
static std::string DASH_DOT_DOT
Definition: LinePainter.hpp:68
static std::string DASH_DOT
Definition: LinePainter.hpp:61
static std::string DOT
Definition: LinePainter.hpp:54
static std::string SOLID
Definition: LinePainter.hpp:40
LinePainter & operator=(const LinePainter &source)
Definition: Geometry.hpp:69
Definition: LinePainter.hpp:32
static std::string DASH
Definition: LinePainter.hpp:47
static std::string CUSTOM_DASH
Definition: LinePainter.hpp:75
Definition: Painter.hpp:33
std::string _color
Definition: LinePainter.hpp:103
void draw(const graphics::IGraphicContext &grph, const gear::geom::Geometry &geom)
static std::string JOIN_MITER
Definition: LinePainter.hpp:96
Oggetto per l'accesso alle colonne di una riga di dati.
Definition: DataRow.hpp:32
static std::string JOIN_ROUND
Definition: LinePainter.hpp:89