#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 |
| libcdr::CDRLineStyle::CDRLineStyle | ( | ) | [inline] |
| libcdr::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 | ||
| ) | [inline] |
| double libcdr::CDRLineStyle::angle |
| unsigned short libcdr::CDRLineStyle::capsType |
| std::vector<unsigned> libcdr::CDRLineStyle::dashArray |
| unsigned short libcdr::CDRLineStyle::joinType |
| unsigned short libcdr::CDRLineStyle::lineType |
Referenced by libcdr::CDRParser::_readX6StyleString().