![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Describes all styling attributes of a path. More...
#include <hdicorePathStyle.h>

Classes | |
| class | Map |
| Acts as a StrokeStyle value map, indicating which values are "known". More... | |
Public Types | |
| typedef std::unique_ptr< Map > | MapUP |
| typedef std::shared_ptr< Map > | MapSP |
| typedef std::weak_ptr< Map > | MapWP |
Public Member Functions | |
| PathStyle () | |
| PathStyle constructor; sets useFill to false, useStroke to false, evenodd to false, and the resolution to 800.0. | |
| PathStyle (const PathStyle &style_) | |
| Constructs a new PathStyle object from an existing one. | |
| virtual | ~PathStyle () |
| Destructs a PathStyle object. | |
| PathStyle & | operator= (const PathStyle &rhs_) |
| PathStyle assignment operator. | |
Public Attributes | |
| bool | useFill |
| Whether or not to use fill. | |
| FillStyle | fill |
| Fill style. | |
| bool | useStroke |
| Whether or not to use stroke. | |
| StrokeStyle | stroke |
| Stroke style. | |
| bool | evenodd |
| Whether to use the even-odd rule to determine path insideness. | |
| double | resolution |
| Resolution for the path. | |
Describes all styling attributes of a path.
| hdi::core::PathStyle::PathStyle | ( | ) |
PathStyle constructor; sets useFill to false, useStroke to false, evenodd to false, and the resolution to 800.0.
| hdi::core::PathStyle::PathStyle | ( | const PathStyle & | style_ | ) |
|
virtual |
Destructs a PathStyle object.