#include <CDRTypes.h>
Public Member Functions | |
CDRLineStyle () | |
CDRLineStyle (unsigned short lt, unsigned short ct, unsigned short jt, double lw, double st, double a, const CDRColor &c, const std::vector< unsigned > &da, const CDRPath &sm, const CDRPath &em) | |
Public Attributes | |
unsigned short | lineType |
unsigned short | capsType |
unsigned short | joinType |
double | lineWidth |
double | stretch |
double | angle |
CDRColor | color |
std::vector< unsigned > | dashArray |
CDRPath | startMarker |
CDRPath | endMarker |
|
inline |
|
inline |
double libcdr::CDRLineStyle::angle |
Referenced by CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().
unsigned short libcdr::CDRLineStyle::capsType |
Referenced by CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().
CDRColor libcdr::CDRLineStyle::color |
Referenced by libcdr::CDRParser::_readX6StyleString(), CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().
std::vector<unsigned> libcdr::CDRLineStyle::dashArray |
Referenced by CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().
CDRPath libcdr::CDRLineStyle::endMarker |
Referenced by CDRLineStyle(), and CDRLineStyle().
unsigned short libcdr::CDRLineStyle::joinType |
Referenced by CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().
unsigned short libcdr::CDRLineStyle::lineType |
Referenced by libcdr::CDRParser::_readX6StyleString(), CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().
double libcdr::CDRLineStyle::lineWidth |
Referenced by libcdr::CDRParser::_readX6StyleString(), CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().
CDRPath libcdr::CDRLineStyle::startMarker |
Referenced by CDRLineStyle(), and CDRLineStyle().
double libcdr::CDRLineStyle::stretch |
Referenced by CDRLineStyle(), CDRLineStyle(), and libcdr::CMXParser::getLineStyle().