![]() |
Hot Door CORE 0.8.4
Adobe® Illustrator® Plug-in Library
|
Stores art style gradient information. More...
#include <hdicoreArtStyle.h>

Public Member Functions | |
| PaintData () | |
| Constructs a new PaintData object with default values. | |
| PaintData (const PaintData &pd_) | |
| Constructs a new PaintData object from another existing object. | |
| virtual | ~PaintData () |
| Destructs a PaintData object. | |
| PaintData & | operator= (const PaintData &rhs_) |
| Overloaded assignment operator to copy data from the given PaintData object into the target. | |
Public Attributes | |
| ArtboardPoint | fillRelativeGradientOrigin |
| The fill gradient origin, relative to the bounding box of the object to which the style would be applied. | |
| double | fillRelativeGradientLength |
| The fill gradient length, in points. | |
| double | fillGradientAspectRatio |
| The fill gradient aspect ratio, for radial gradients. | |
| ArtboardPoint | strokeRelativeGradientOrigin |
| The stroke gradient origin, relative to the bounding box of the object to which the style would be applied. | |
| double | strokeRelativeGradientLength |
| The stroke gradient length, in points. | |
| double | strokeGradientAspectRatio |
| The stroke gradient aspect ratio, for radial gradients. | |
Stores art style gradient information.
| hdi::core::ArtStyle::PaintData::PaintData | ( | ) |
Constructs a new PaintData object with default values.
| hdi::core::ArtStyle::PaintData::PaintData | ( | const PaintData & | pd_ | ) |
Constructs a new PaintData object from another existing object.
| pd_ | Existing object to copy |
|
virtual |
Destructs a PaintData object.
Overloaded assignment operator to copy data from the given PaintData object into the target.
| rhs_ | Righthand side of the assignment operator |