This class encapsulates three IpeAttributes in the space of one int.
| anonymous enum |
Line join style.
| anonymous enum |
Line cap style.
| IpeStrokeStyle::IpeStrokeStyle | ( | ) | [inline] |
Constructor creates all null attributes.
| void IpeStrokeStyle::SetJoin | ( | int | val | ) |
Set line join.
If val < 0 or val > 2, set to default.
| void IpeStrokeStyle::SetCap | ( | int | val | ) |
Set line cap.
If val < 0 or val > 2, set to default.
| void IpeStrokeStyle::SetWindRule | ( | int | val | ) |
Set wind rule (0 = even-odd file, 1 = wind fill).
If val < 0 or val > 1, set to default.
| void IpeStrokeStyle::SetJoin | ( | IpeAttribute | val | ) |
Set join from attribute.
| void IpeStrokeStyle::SetCap | ( | IpeAttribute | val | ) |
Set line cap from attribute.
| void IpeStrokeStyle::SetWindRule | ( | IpeAttribute | val | ) |
Set wind rule from attribute.