a line of a Canvas5StyleManager pen style More...
Public Member Functions | |
Line () | |
constructor |
Public Attributes | |
MWAWVec2f | m_size |
the line width | |
float | m_offset |
the offset | |
MWAWVariable< MWAWColor > | m_color |
the line color |
a line of a Canvas5StyleManager pen style
|
inline |
constructor
MWAWVariable<MWAWColor> Canvas5StyleManagerInternal::PenStyle::Line::m_color |
the line color
Referenced by Line(), and Canvas5StyleManager::readPenStyle().
float Canvas5StyleManagerInternal::PenStyle::Line::m_offset |
the offset
Referenced by Line().
MWAWVec2f Canvas5StyleManagerInternal::PenStyle::Line::m_size |
the line width
Referenced by Line(), and Canvas5StyleManager::readPenStyle().