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 | |
Properties of fills.
Definition at line 418 of file graphics.h.
|
inline |
Definition at line 423 of file graphics.h.
|
inline |
Definition at line 426 of file graphics.h.
|
inline |
Definition at line 428 of file graphics.h.
|
inline |
Definition at line 431 of file graphics.h.
Color ogdf::Fill::m_bgColor |
background color of fill pattern
Definition at line 420 of file graphics.h.
Color ogdf::Fill::m_color |
fill color
Definition at line 419 of file graphics.h.
FillPattern ogdf::Fill::m_pattern |
fill pattern
Definition at line 421 of file graphics.h.