Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::Stroke Struct Reference

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
 

Detailed Description

Properties of strokes.

Definition at line 392 of file graphics.h.

Constructor & Destructor Documentation

◆ Stroke() [1/2]

ogdf::Stroke::Stroke ( )
inline

Definition at line 399 of file graphics.h.

◆ Stroke() [2/2]

ogdf::Stroke::Stroke ( Color  c)
inline

Definition at line 406 of file graphics.h.

Member Data Documentation

◆ m_cap

StrokeLineCap ogdf::Stroke::m_cap

line-cap of the stroke

Definition at line 396 of file graphics.h.

◆ m_color

Color ogdf::Stroke::m_color

stroke color

Definition at line 393 of file graphics.h.

◆ m_join

StrokeLineJoin ogdf::Stroke::m_join

line-join of the stroke

Definition at line 397 of file graphics.h.

◆ m_type

StrokeType ogdf::Stroke::m_type

stroke type (e.g.

solid or dashed)

Definition at line 395 of file graphics.h.

◆ m_width

float ogdf::Stroke::m_width

stroke width

Definition at line 394 of file graphics.h.


The documentation for this struct was generated from the following file: