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 More... | |
Color | m_color |
fill color More... | |
FillPattern | m_pattern |
fill pattern More... | |
Properties of fills.
Definition at line 422 of file graphics.h.
|
inline |
Definition at line 427 of file graphics.h.
|
inline |
Definition at line 430 of file graphics.h.
|
inline |
Definition at line 432 of file graphics.h.
|
inline |
Definition at line 435 of file graphics.h.
Color ogdf::Fill::m_bgColor |
background color of fill pattern
Definition at line 424 of file graphics.h.
Color ogdf::Fill::m_color |
fill color
Definition at line 423 of file graphics.h.
FillPattern ogdf::Fill::m_pattern |
fill pattern
Definition at line 425 of file graphics.h.