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 396 of file graphics.h.
|
inline |
Definition at line 403 of file graphics.h.
|
inline |
Definition at line 410 of file graphics.h.
| StrokeLineCap ogdf::Stroke::m_cap |
line-cap of the stroke
Definition at line 400 of file graphics.h.
| Color ogdf::Stroke::m_color |
stroke color
Definition at line 397 of file graphics.h.
| StrokeLineJoin ogdf::Stroke::m_join |
line-join of the stroke
Definition at line 401 of file graphics.h.
| StrokeType ogdf::Stroke::m_type |
| float ogdf::Stroke::m_width |
stroke width
Definition at line 398 of file graphics.h.