Properties of strokes. More...
#include <ogdf/basic/graphics.h>
Public Member Functions | |
Stroke () | |
Stroke (Color c) | |
Public Attributes | |
StrokeLineCap | m_cap |
line-cap of the stroke | |
Color | m_color |
stroke color | |
StrokeLineJoin | m_join |
line-join of the stroke | |
StrokeType | m_type |
stroke type (e.g. | |
float | m_width |
stroke width | |
Properties of strokes.
Definition at line 392 of file graphics.h.
|
inline |
Definition at line 399 of file graphics.h.
|
inline |
Definition at line 406 of file graphics.h.
StrokeLineCap ogdf::Stroke::m_cap |
line-cap of the stroke
Definition at line 396 of file graphics.h.
Color ogdf::Stroke::m_color |
stroke color
Definition at line 393 of file graphics.h.
StrokeLineJoin ogdf::Stroke::m_join |
line-join of the stroke
Definition at line 397 of file graphics.h.
StrokeType ogdf::Stroke::m_type |
float ogdf::Stroke::m_width |
stroke width
Definition at line 394 of file graphics.h.