Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Properties of fills. More...

#include <ogdf/basic/graphics.h>

Public Member Functions

 Fill ()
 
 Fill (Color c)
 
 Fill (Color c, Color bgColor, FillPattern pattern)
 
 Fill (Color c, FillPattern pattern)
 

Public Attributes

Color m_bgColor
 background color of fill pattern
 
Color m_color
 fill color
 
FillPattern m_pattern
 fill pattern
 

Detailed Description

Properties of fills.

Definition at line 418 of file graphics.h.

Constructor & Destructor Documentation

◆ Fill() [1/4]

ogdf::Fill::Fill ( )
inline

Definition at line 423 of file graphics.h.

◆ Fill() [2/4]

ogdf::Fill::Fill ( Color  c)
inline

Definition at line 426 of file graphics.h.

◆ Fill() [3/4]

ogdf::Fill::Fill ( Color  c,
FillPattern  pattern 
)
inline

Definition at line 428 of file graphics.h.

◆ Fill() [4/4]

ogdf::Fill::Fill ( Color  c,
Color  bgColor,
FillPattern  pattern 
)
inline

Definition at line 431 of file graphics.h.

Member Data Documentation

◆ m_bgColor

Color ogdf::Fill::m_bgColor

background color of fill pattern

Definition at line 420 of file graphics.h.

◆ m_color

Color ogdf::Fill::m_color

fill color

Definition at line 419 of file graphics.h.

◆ m_pattern

FillPattern ogdf::Fill::m_pattern

fill pattern

Definition at line 421 of file graphics.h.


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